derivative in syms
Afficher commentaires plus anciens
If I am using syms, and i have the following
a = b * u
then da/dt = b * du/dt.
How do I get matlab to do this rather than just assume u is not a function of t and assign a value of 1?
Réponse acceptée
Plus de réponses (1)
William
le 12 Oct 2011
0 votes
It looks like you're tying a differential equation
try this link
2 commentaires
Franco
le 12 Oct 2011
Bjorn Gustavsson
le 12 Oct 2011
Look at 'dsolve' then, that should be what you want to use for solving DE analytically.
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!