Answered step by step
Verified Expert Solution
Question
1 Approved Answer
#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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started