- 1 Consider The Function F X Cos Z For C And H 100 A What Is The Approximate Derivative Value For F R At E When 1 (27.8 KiB) Viewed 108 times
1. Consider the function f(x) = cos(z) for c= and h= 100 (a) What is the approximate derivative value for f(r) at e when
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. Consider the function f(x) = cos(z) for c= and h= 100 (a) What is the approximate derivative value for f(r) at e when
1. Consider the function f(x) = cos(z) for c= and h= 100 (a) What is the approximate derivative value for f(r) at e when using the forward difference scheme? (ie. f(e+h)-f(c)) Show all commands. h (b) What is the approximate derivative value for f(r) at e when using the central difference scheme? (.e. f(c+h)-f(e-h)) Show all commands. 2h (c) Now use f¹ operator on julia. What is the value? Out of the two schemes above which will produce the smallest error? (i.e compute the percent error in julia Jeract- t-estimate x 100%) Show all commands exact I 2. Using the SymPy package on julia determine the following derivatives of the following functions: (a) f(x)= e), find f'(x). Show all commands