Clear Filters
Clear Filters

Differentiating algebraic equation fractions

6 views (last 30 days)
Hi guys, have a test coming up and i will be able to use matlab.
How do i differentiate algebraic equations such as fractions, in real life we will use the quotient rule, but how do i do it using matlab?
Ex: d/dx ((-x^2-x)/(x+2)*(x+3))
What will i enter into matlab for it to be differentiated?

Accepted Answer

Vladimir Sovkov
Vladimir Sovkov on 28 Nov 2019
syms x;
simplify(diff(@(x)((-x^2-x)/(x+2)*(x+3)),x))

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!