How to find total derivative by using total derivative operator?
Mostra commenti meno recenti
I have two functions
and
.
and
.I want to find the total derivative of
.
where
is as given in the attached file
Risposte (1)
Bjorn Gustavsson
il 2 Mar 2021
If you have the symbolic toolbox it is just to get to work:
syms x y t
syms u(x,y,t)
syms p(x,y,t)
dudx = diff(u*p,x) % etc...
Then just to add up the different derivatives.
HTH
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!