Question: # Existing functions to use import numpy as n p a = - 3 b = 3 y = lambda x : n p *

# Existing functions to use
import numpy as np
a=-3
b=3
y= lambda x:np*cos(x)+np*cos(5**x)-np*sin(3**x)
yp=x:-np*sin(x)-5**np*sin(5**x)-3**np*cos(3**x)
yi= lambda x:np*sin(x)+np*sin5**x5+np*cos3**x3
h1=13
x1=np.linspace (a,b,19)
h2=1100
x2=np*linspace(a,b,601)
c=yi(a)
Question: Calculate the derivative and integral for y1 and y2. Plot them compared to known actual answers. Check R^2 fit too. need code in python. that easy for a begineer to understand
 # Existing functions to use import numpy as np a=-3 b=3

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!