subject

The in-class activities class on day 1 of week 11 was focused on plotting and the method of selected points (msp). the purpose of this task is to develop a python script which will determine an estimated equation of best fit using the msp. for this task, you can assume the data has already been plotted and an estimated line of best fit has been drawn.
your script should have the user input the two data points they selected from their estimated equation of best fit. the user should also input the type of axis the data was plotted on (see test cases below for guidance on this). a set of conditional statements should be used to calculate m and b based on the type of axis the data was plotted on. the script should then output the estimated equation of best fit with the m and b values included in the equation. you do not need to provide any plots.
i do not have the test cases but they are just to check to see if the code works correctly. if it is possible write the code that could perform these actions in general for any set of data and i will test it later when i get the test cases. however these are the data for one of the
eide problem 5.14: voltage across a capacitor during discharge was recorded as a function of time as shown below:
time, t, s voltage, v, v
6 98
10 62
17 23
25 9.5
32 3.5
38 1.9
42 1.3

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:20
Write a program called assignment3 (saved in a ļ¬le assignment3.java) that computes the greatest common divisor of two given integers. one of the oldest numerical algorithms was described by the greek mathematician, euclid, in 300 b.c. it is a simple but very eā†µective algorithm that computes the greatest common divisor of two given integers. for instance, given integers 24 and 18, the greatest common divisor is 6, because 6 is the largest integer that divides evenly into both 24 and 18. we will denote the greatest common divisor of x and y as gcd(x, y). the algorithm is based on the clever idea that the gcd(x, y) = gcd(x ! y, y) if x > = y and gcd(x, y) = gcd(x, y ! x) if x < y. the algorithm consists of a series of steps (loop iterations) where the ā€œlargerā€ integer is replaced by the diā†µerence of the larger and smaller integer. this continues until the two values are equal. that is then the gcd.
Answers: 3
question
Computers and Technology, 22.06.2019 10:50
Write a 3-4 page apa formatted paper comparing your organizationā€™s it strategy with the best practices outlined in your course text. content should include, but not be limited to: developing and delivering on the it value, developing it strategy for the business value and linking it to business metrics. your paper should include an abstract and a conclusion and a reference page with 3-5 references
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
Which of these options are the correct sequence of actions for content to be copied and pasted? select content, click the copy button, click the paste button, and move the insertion point to where the content needs to be inserted. click the copy button, select the content, move the insertion point to where the content needs to be inserted, and click the paste button. select the content, click the copy button, move the insertion point to where the content needs to be inserted, and click the paste button. select the content, move the insertion point to where the content needs to be inserted, click the copy button, and click the paste button.
Answers: 3
question
Computers and Technology, 23.06.2019 23:00
How do you know if the website is secure if you make a purchase
Answers: 2
You know the right answer?
The in-class activities class on day 1 of week 11 was focused on plotting and the method of selected...
Questions
question
Biology, 17.03.2020 04:14
question
Mathematics, 17.03.2020 04:14
Questions on the website: 13722367