Derivative of arctangent function shown below

2 views (last 30 days)
Can any one help what the derivative of
with respect to ψand θ would look like?
Thank you

Accepted Answer

KSSV
KSSV on 20 Aug 2020
Edited: KSSV on 20 Aug 2020
syms phi psi theta c s
eqn = phi-atan(s*psi*c*theta/(c*psi+c*theta)) ;
d1 = diff(eqn,psi) % derivative wrt psi
d2 = diff(eqn,theta) % derivative wrt theta

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!