How can I solve the following derative problem in Matlab ?

 Risposta accettata

Hi Vuqar,
You can solve the derivative problem with the diff function, and then apply the simplify function.
syms x
y = (x^2 + 1)/(x^2-1);
dy = diff(y);
dy_simplified = simplify(dy)

2 Commenti

thank you very much Matteo Lo Preti,
God bless you !
Please don't post the solution to homework problems, or questions that sound like homework problems, unless the poster shows some effort first.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Programming in Centro assistenza e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by