How can I solve this derivative problem in the matlab program?

 Accepted Answer

syms x
f = (x^2+1)*(x^3+3) ;
df = diff(x)
simplify(df)

More Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Asked:

on 22 Aug 2020

Commented:

on 23 Apr 2021

Community Treasure Hunt

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

Start Hunting!