Filter löschen
Filter löschen

How to find total derivative by using total derivative operator?

9 Ansichten (letzte 30 Tage)
priya anjali
priya anjali am 2 Mär. 2021
Beantwortet: Bjorn Gustavsson am 2 Mär. 2021
I have two functions and .
I want to find the total derivative of .
where is as given in the attached file

Antworten (1)

Bjorn Gustavsson
Bjorn Gustavsson am 2 Mär. 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

Tags

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by