Finance Question Economics Assignment Help. Finance Question Economics Assignment Help.
I’m working on a finance question and need support to help me study.
(/0x4*br />
Me and my group members did trading via the simulator and now we have to submit a report.
Term Project — Investment SimulationThe investment simulation project requires extensive understanding of both conceptual knowledge and application of real investments. This project requires team work doing stock trading simulation with Investopedia Stock Simulator. Students are only allowed to trade stocks. And students are required to include at least 6 stocks in their portfolio with a minimum of 6 trades and a minimum trading period of 10 weeks. (Your group can divide the $$ among group members to trade)
Written a report on:
(2) Trading overview: A brief introduction with a graph/chart clearly showing your profit/loss starting from the beginning to the end of the game period. The report should be 2 full pages. (anything less or more, won’t be accepted)
(8) Appendix. Attach a table showing your weekly profits and losses, (1 page)
double spaced, times new roamen, 12 pts
check the attached file for more information.
Finance Question Economics Assignment Help[supanova_question]
Simplified Power Plant cooling control system Engineering Assignment Help
I’m working on a mechanical engineering question and need support to help me study.
I need to add those in the powerpoint: “Please do a simulink system”
- The transfer function for the change in output temperature with change in input flowrate on the cold inlet will be analyzed with a step response on the flowrate
- The step response on the will be implemented into the transfer function that represents the hotwell liquid level to the output flowrate
- Time delay will be implemented in the system to have a realistic response for cooling process flow
- P, PI and PID controllers will be modeled and compared to determine which gives the best optimization with a overshoot below 20% of the steady state and reduced rise time.
Also those were wrong at the powerpoint that needs to be changed:
control objective isn’t quantified clearly for final steady state, P&ID (incorrect on slides), review assumptions since incomplete, what is the manipulated input? energy balance is missing UA term, solve for UA term using steady state analysis from energy balance as shown in class for HX, , open loop results are unstable ( how will you control it) and input plot not clearly given, no discussion
[supanova_question]
Chemistry Question Science Assignment Help
I’m working on a chemistry multi-part question and need an explanation to help me study.
I’m working on a chemistry multi-part question and need an explanation to help me study.
I have a timed 55 minutes assignment tomorrow at 2:30 PM EASTERN TIME. I need an expert in biochemistry, attached is the material needed for the assignment, its a 25 questions assignment. I’m going to pick a tutor from now, and get in contact with the tutor. the tutor needs to be ready at 2:30 PM eastern time SHARP. I’ll tip generously if all answers are correct.
Study pool only allows 5 attachments per submission, I’ll post the rest after I open a chat with the tutor selected.
[supanova_question]
Do some questions about Portfolio Management Business Finance Assignment Help
I’m working on a business question and need a sample draft to help me learn.
Do some questions about Portfolio Management, you may use Portfolio 123, I need you to complete all questions, not just a sample draft. If you cannot get 70% or higher, I will request a refund. However, if you can get 80% or higher, I will give you an extra charge. Do some questions about Portfolio Management, you may use Portfolio 123, I need you to complete all questions, not just a sample draft. If you cannot get 70% or higher, I will request a refund. However, if you can get 80% or higher, I will give you an extra charge.
[supanova_question]
English Question Writing Assignment Help
I’m working on a english project and need an explanation to help me study.
I need an argumentative essay on ” How Homeless people survive? ” It should be in “MLA format”.
My professor required:
1500- 1700 words on essay8-10 cited sources. He said it should be different citations. For example:
Scholarly source: (Any data/ high education value document)
Primary source: (Real or genuine)- Charts
Secondary source: Opinion (comments on the issue)
Medium source: Article/ journal
Video: on the topic
Interview
Statistics chart
etc…
I will be going to attach the mind map that I have make. If you like you can also add those points. It’s not compulsory.
[supanova_question]
[supanova_question]
No need title Economics Assignment Help
I’m working on a finance discussion question and need guidance to help me study.
It’s really no need for a Title. just homework to do. (I’m looking for professional finance to do my work)My homework and Thursday 04/23/2021 3:00 pm Arizona Time. (You have 75 minutes.)
I will upload all the materials for you have to know it’s before you do the homework You have to study it will make it easier for my homework.
this is the material you have to know the homework will open at 3:00 pm Arizona Time. You have 75 minutes (not 90) to complete it. You will need to upload your Word document by 4:15 pm.
If I really get a great A I will give you extra money.
No need title Economics Assignment Help[supanova_question]
AI – First Order Logic – Knowledge Base -using 2 formats (A)Prolog (B) and Description Logic Programming Assignment Help
I’m working on a python question and need support to help me learn.
Submit all parts together.
Due: Thursday April 29, 2021
Deliverables: Turn in your writeup of written questions, a copy of your code, and a file of your logged output from testing (or separate files), and a written report that discusses the results you got for each part. Also include a README file that describes how to run each part.
Materials can be found here http://www.filefactory.com/file/6asoo6n46whm/Materials.rar
Question 1a
Represent the following logic puzzle in First Order Logic . Then, provide a FOL resolution proof using answer extraction to determine who wore the plaid mask. Note that, with answer extraction, unlike a normal refutation proof, you do NOT assert that someone did not wear the plaid mask and find a contradiction! Instead, you assert [~hasMask(x, plaid) v Answer(x)], and create a proof that derives [Answer(PERSON)] where PERSON is the name of the plaid-masked person.
The logic task is to match four students, Anika, Maya, Rico and Yi, to their unique mask and to the unique female family member who made it for them. (For the puzzle, we will treat mother and grandmother as unique types even though “grandmother” is a subclass of “mother”.)
- The plaid mask was not a made by anyone’s mother.
- Anika’s mask did not have rainbows or tye dye.
- Yi’s mask was not made by his sister.
- The tiedye mask was not made by a grandmother.
- One of Maya and Yi have a plaid mask and the other one has a mask made by his/her aunt.
- Rico’s mask was made by his grandmother.
The solution should provide a sentence for each person giving both the design and the relative, e.g., something like the following (but, no-spoilers, this sentence may not be part of the real solution):
- Rico has a tiedye mask made by his grandmother.
- represent the information as a Prolog program; then ii)
- provide 2 interesting conclusions that can be proved from this program
Question 1b
Try to express and solve this same puzzle as a Prolog program (similar to the minizebra) example. Provide your code and include a log or screencast of what happens when you run the program. In your report, discuss the main differences in the two types of representations and any difficulties you encountered. You can use negation as failure + rather than FOL operator ~.
You should use SWI-Prolog: https://www.swi-prolog.org/ (Links to an external site.)
If you wish to use some other Prolog, please ask the TA or instructor first.
Question 2 (parts A and B)
We want to capture a specification and contents of the “Knowledge Base” as described below using 2 formats Prolog (A) and Description Logic (B). Also, for each subpart, provide some conclusions that can be inferred as either true or false, based only on the representation provided.
Part A
i) represent the information as a Prolog program; then ii)
ii) provide 2 interesting conclusions that can be proved from this program
Part B
i) represent it as a set of Description logic expressions. Not that here roles can have quantifiers such as ≥1 or =1, as in (≥1 hasClothing. Hat), for has at least one hat). To avoid special characters you can also use equivalent text forms such as: ALL, AND, AT-MOST, EXISTS, FILLS, ONE-OF, SOME-OF, and UNION. Note that [SOMEOF r d] says that some of the fillers of the role satisfy the description, [ONE-OF r d] says exactly 1 satisfy the description; [AT-MOST n r] allows us to specify a maximum (vs the minimum expressed by EXISTS); [Union c1 c2 .. cn] allows you to combine concept sets, which is like “OR” (vs AND which takes an intersection.)
ii) provide 2 interesting conclusions that can be proved from this representation. For EXTRA CREDIT, download a copy of the Protege ontology tool (or use the web based version) and save the KB as an OWL file. In your report contrast the main differences/difficulties between Prolog vs a Description logic.
KNOWLEDGE BASE
For the first 17 use only the concept names** Vehicle, Boat, Motor, Car, Structure, Wheel, Engine, Hub, Rolling, Water Human, Driver, Adult, Child and predicate or role names hasPart, getPowerFrom, capableOf, movesOn, drives.
**For Prolog use lower case for these symbols and upper case for variables; for DL use upper case for Concept names (as above) and lower case for names of predicates.
————————————————————————————————————————————————
Treat the first five as definitions (ie as both necessary and sufficient conditions).
- Cars are vehicles with wheels and get power from an engine.
- Bicycles are vehicles with wheels and get power from a human.
- Boats are vehicles that move on water.
- Wheels are structures that have a hub and are capable of rolling.
- Drivers are humans who drive a vehicle.
Treat 6 to 13 as true, but not necessarily sufficient.
- Boats do not have any wheels.
- Cars and bicycles do not move on water.
- Drivers of cars are adults.
- Humans are not vehicles.
- Neither wheels nor engines are human.
- Humans are either adults or children.
- Adults are not children.
- A sportscar is a car with a big engine.
Treat 14-17 as assertions (facts).
undefined
- Ralph drives a sportscar.
- Ralph is human.
- Ralph drives Boaty_McBoatface
- Boaty_McBoatface is a vehicle that moves on water.
For 18 to 24, express these more complex statements using possibly multiple expressions. You should try to use the concepts and roles from Part 1 if you can, otherwise add new ones as needed (e.g., for “broken”).
undefined
18. Cars can have between three and four wheels.
undefined
19. Bicycles always have just two wheels.
20. A human who legally drives a car has a license and is an adult.
21. A vehicle is driven by exactly one human.
22. A car with a broken part is broken.
23. Ralph drives a sportscar with a wheel that has a broken hub.
24. Boaty_McBoatface is not broken.
Hint:
For the logic programming in your Homework, you can use any free version of prolog. SWI is probably the easiest to use. The more complex versions are good for larger projects because often they can be compiled, linked to webpages, or include more powerful constraint solvers built-in. You may also find the documentation helpful.
Some useful resources::
Tau Prolog a prolog interpreter in Javascript: http://tau-prolog.org/ (Links to an external site.)
Swi-Prolog https://www.swi-prolog.org/ (July 2019) (Links to an external site.)
Ciao http://ciao-lang.org/ (Links to an external site.)
GNU Prolog https://sourceforge.net/projects/gprolog/ (Links to an external site.)
[supanova_question]
AI – First Order Logic – Knowledge Base -using 2 formats Prolog (A) and Description Logic (B) Programming Assignment Help
I’m working on a python question and need support to help me understand better.
Submit all parts together.
Due: Monday April 29, 2021
Deliverables: Turn in your writeup of written questions, a copy of your code, and a file of your logged output from testing (or separate files), and a written report that discusses the results you got for each part. Also include a README file that describers how to run each part.
Materials can be found here http://www.filefactory.com/file/6asoo6n46whm/Materials.rar
Question 1a
Represent the following logic puzzle in First Order Logic . Then, provide a FOL resolution proof using answer extraction to determine who wore the plaid mask. Note that, with answer extraction, unlike a normal refutation proof, you do NOT assert that someone did not wear the plaid mask and find a contradiction! Instead, you assert [~hasMask(x, plaid) v Answer(x)], and create a proof that derives [Answer(PERSON)] where PERSON is the name of the plaid-masked person.
The logic task is to match four students, Anika, Maya, Rico and Yi, to their unique mask and to the unique female family member who made it for them. (For the puzzle, we will treat mother and grandmother as unique types even though “grandmother” is a subclass of “mother”.)
- The plaid mask was not a made by anyone’s mother.
- Anika’s mask did not have rainbows or tye dye.
- Yi’s mask was not made by his sister.
- The tiedye mask was not made by a grandmother.
- One of Maya and Yi have a plaid mask and the other one has a mask made by his/her aunt.
- Rico’s mask was made by his grandmother.
The solution should provide a sentence for each person giving both the design and the relative, e.g., something like the following (but, no-spoilers, this sentence may not be part of the real solution):
- Rico has a tiedye mask made by his grandmother.
- represent the information as a Prolog program; then ii)
- provide 2 interesting conclusions that can be proved from this program
Question 1b
Try to express and solve this same puzzle as a Prolog program (similar to the minizebra) example. Provide your code and include a log or screencast of what happens when you run the program. In your report, discuss the main differences in the two types of representations and any difficulties you encountered. You can use negation as failure + rather than FOL operator ~.
You should use SWI-Prolog: https://www.swi-prolog.org/ (Links to an external site.)
If you wish to use some other Prolog, please ask the TA or instructor first.
Question 2 (parts A and B)
We want to capture a specification and contents of the “Knowledge Base” as described below using 2 formats Prolog (A) and Description Logic (B). Also, for each subpart, provide some conclusions that can be inferred as either true or false, based only on the representation provided.
Part A
i) represent the information as a Prolog program; then ii)
ii) provide 2 interesting conclusions that can be proved from this program
Part B
i) represent it as a set of Description logic expressions. Not that here roles can have quantifiers such as ≥1 or =1, as in (≥1 hasClothing. Hat), for has at least one hat). To avoid special characters you can also use equivalent text forms such as: ALL, AND, AT-MOST, EXISTS, FILLS, ONE-OF, SOME-OF, and UNION. Note that [SOMEOF r d] says that some of the fillers of the role satisfy the description, [ONE-OF r d] says exactly 1 satisfy the description; [AT-MOST n r] allows us to specify a maximum (vs the minimum expressed by EXISTS); [Union c1 c2 .. cn] allows you to combine concept sets, which is like “OR” (vs AND which takes an intersection.)
ii) provide 2 interesting conclusions that can be proved from this representation. For EXTRA CREDIT, download a copy of the Protege ontology tool (or use the web based version) and save the KB as an OWL file. In your report contrast the main differences/difficulties between Prolog vs a Description logic.
KNOWLEDGE BASE
For the first 17 use only the concept names** Vehicle, Boat, Motor, Car, Structure, Wheel, Engine, Hub, Rolling, Water Human, Driver, Adult, Child and predicate or role names hasPart, getPowerFrom, capableOf, movesOn, drives.
**For Prolog use lower case for these symbols and upper case for variables; for DL use upper case for Concept names (as above) and lower case for names of predicates.
————————————————————————————————————————————————
Treat the first five as definitions (ie as both necessary and sufficient conditions).
- Cars are vehicles with wheels and get power from an engine.
- Bicycles are vehicles with wheels and get power from a human.
- Boats are vehicles that move on water.
- Wheels are structures that have a hub and are capable of rolling.
- Drivers are humans who drive a vehicle.
Treat 6 to 13 as true, but not necessarily sufficient.
- Boats do not have any wheels.
- Cars and bicycles do not move on water.
- Drivers of cars are adults.
- Humans are not vehicles.
- Neither wheels nor engines are human.
- Humans are either adults or children.
- Adults are not children.
- A sportscar is a car with a big engine.
Treat 14-17 as assertions (facts).
undefined
- Ralph drives a sportscar.
- Ralph is human.
- Ralph drives Boaty_McBoatface
- Boaty_McBoatface is a vehicle that moves on water.
For 18 to 24, express these more complex statements using possibly multiple expressions. You should try to use the concepts and roles from Part 1 if you can, otherwise add new ones as needed (e.g., for “broken”).
undefined
18. Cars can have between three and four wheels.
undefined
19. Bicycles always have just two wheels.
20. A human who legally drives a car has a license and is an adult.
21. A vehicle is driven by exactly one human.
22. A car with a broken part is broken.
23. Ralph drives a sportscar with a wheel that has a broken hub.
undefined
24. Boaty_McBoatface is not broken.
Hint:
undefined
For the logic programming in your Homework, you can use any free version of prolog. SWI is probably the easiest to use. The more complex versions are good for larger projects because often they can be compiled, linked to webpages, or include more powerful constraint solvers built-in. You may also find the documentation helpful.
Some useful resources::
Tau Prolog a prolog interpreter in Javascript: http://tau-prolog.org/ (Links to an external site.)
Swi-Prolog https://www.swi-prolog.org/ (July 2019) (Links to an external site.)
Ciao http://ciao-lang.org/ (Links to an external site.)
GNU Prolog https://sourceforge.net/projects/gprolog/ (Links to an external site.)
[supanova_question]
overview of the texas power grid Business Finance Assignment Help
I’m working on a management project and need a sample draft to help me study.
put this outline into the whole paragraph of the overview part in a report.
need two paragraphs
- Brief overview of Texas Power grid history.
- What happened in 2011
- due to a major winter storm there were several rolling blackouts.
- The states generators and natural gas lines were frozen preventing any energy being brought into homes and businesses.
- Blackouts were so severe the state had some power imported from mexico.
- ERCOT
- The Electric Reliability Council of Texas is the company that runs the power grid in texas.
- ERCOT was formed in 1970 in wake of major blackouts in 1965 in the northeast.
- powergrid does not cover all of the state of texas.
- powergrid has 2 links to mexico that allows power to be transferred over.
- What happened in 2011
[supanova_question]
CJ 499 Bachelors capstone in criminal justice Law Assignment Help
I’m working on a criminal justice presentation and need support to help me understand better.
PowerPoint Assignment: Leadership
In a 12-15 slide PowerPoint® presentation (excluding title and
reference slides) provide information as well as analyze the roles of
the following areas in criminal justice leadership strategies and
practices:
- Organizational culture
- Behavioral theory
- Planning
- Community relations
Your presentation should include, at a minimum, 3 slides with speaker notes, for each topic.
The PowerPoint presentation should have the following characteristics.
- Contains a title and references slide.
- Bullets for your main points.
- Pictures to support your presentation where applicable.
- Must include speaker notes to fully explain what is being discussed
in the slide bullet points as though you are presenting to an audience. - Research from at least three credible sources to support the main message, including graphics.
- Incorporate information from course readings, the course materials,
or other library sources to support your discussion. Properly cite all
sources of information by including in-text citations and a list of
references. - Research and visuals are cited in APA citation format, both in-text
and on a References slide. You need to quote material taken directly
from a source. - The same standards for documenting sources that apply to an essay, apply to a presentation. Go to the APA Style® Central website for a digital library of APA Style quick guides and tutorials to refine your writing.
- Designed with a live audience in mind in order to inform your viewers about the topic.
[supanova_question]
https://anyessayhelp.com/ website for a digital library of APA Style quick guides and tutorials to refine your writing.