필터 지우기
필터 지우기

How to find total derivative by using total derivative operator?

조회 수: 9 (최근 30일)
priya anjali
priya anjali 2021년 3월 2일
답변: Bjorn Gustavsson 2021년 3월 2일
I have two functions and .
I want to find the total derivative of .
where is as given in the attached file

답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2021년 3월 2일
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

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by