Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

#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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Lab Manual For Database Development

Authors: Rachelle Reese

1st Custom Edition

1256741736, 978-1256741732

More Books

Students also viewed these Databases questions

Question

Discuss the process involved in selection.

Answered: 1 week ago

Question

Differentiate tan(7x+9x-2.5)

Answered: 1 week ago

Question

Explain the sources of recruitment.

Answered: 1 week ago

Question

Differentiate sin(5x+2)

Answered: 1 week ago

Question

Compute the derivative f(x)=1/ax+bx

Answered: 1 week ago