Question: Try to use python to do it. Tasks: -create a list to save the sample values from -15 to 15 and call it myXvalues. -create
Try to use python to do it.
Tasks: -create a list to save the sample values from -15 to 15 and call it myXvalues. -create a list to save the result of the following functions: 1) y=mx+b called myLinear. 2) y= ax^2 + b called MyQuadratic. 3) y= 1.2 ** x, called MyExponential. Where x=myXvalues and a, b and m are constants that you can decide the values that you want for it. for example, can say that your linear function is 2x-1. Use the library figure to avoid overlapping and send the resulting images as PNG or JPEG files (you can take good screenshots of your plots)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
