Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

# 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
image text in transcribed

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

Practical Database Programming With Visual Basic.NET

Authors: Ying Bai

1st Edition

0521712351, 978-0521712354

More Books

Students also viewed these Databases questions