Question: Create a Py Program that will create a graph of y = f(x) where; f(x)=3x And where f(x)=4x-3 Your graph will need to plot

 Create a Py Program that will create a graph of y =  

Create a Py Program that will create a graph of y = f(x) where; f(x)=3x And where f(x)=4x-3 Your graph will need to plot the values of y for the values of x between -5 and +15 for both lines. To completely address this question you will need to; Correctly label the created graph with a title and labelled axes. Use a function to calculate the values of y for a given x value for both lines. Use plot markers for the graphs plotted points for both lines. Include a 'grid' on the graph. Present as evidence your code and the created graph with both lines visible.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!