Tasks Create List Save Sample Values 15 15 Call Myxvalues Create List Save Result Followin Q43805576
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). Show transcribed image text 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).
Expert Answer
Answer to Tasks: -create a list to save the sample values from -15 to 15 and call it myXvalues. -create a list to save the result …
OR