Question: #Python code. Please follow the instruction carefully. = Write a python code numerically calculates a polynomial integral of both fi = 4x3 + 3x2 and

 #Python code. Please follow the instruction carefully. = Write a python

#Python code. Please follow the instruction carefully.

= Write a python code numerically calculates a polynomial integral of both fi = 4x3 + 3x2 and f2 = 3x + 4x between x O and x = 1 corresponding to 12 different number of discretization steps, ST = (50, 100, 150, ... 600), print the integration result on the screen for each function corresponding to ST = 600, calculate %-error value as 'E*100' where E=|Actual value Calculated Valuel/Actual value ) and plot the %-error as a function of number of steps by using pyplot import. Draw both the error graphs corresponding to fiand f2 on the same plot. Insert a legend in the plot to distinguish which graph belong to fi and f2. In the plot, let minor ticks on. Some points: - Probably both lines will overlap. Therefore, use different line styles (one solid, one dashed for instance) - Place the screenshot of the code and the plot in a pdf file. This pdf file is your main answer sheet. Your name, surname and your student ID number should also take place at the beginning of the answer pdf sheet. -Place the screenshot of the integration result for each function corresponding to ST = 600. - If you do not upload this file, homework will not be graded. Grading : Writing the properly functioning python code with .py extension. (50 pts.) Minor ticks on (10 pts) Inserting a legend in the plot (20 pts.) Using different line styles for both function lines. (20 pts.)

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 Databases Questions!