Azzera filtri
Azzera filtri

Differentiating algebraic equation fractions

6 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by