what is the problem in my code to find te value of the derivative of f at the given point x=sqrt(1/2)

1 view (last 30 days)

Accepted Answer

KSSV
KSSV on 6 May 2022
You should replace f with:
f = @(x) asind(x) ; % anonymous function
Presently now you are accessing it with the values, which is not correct.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!