How to use numerical solution in differential equation?

I have numerical solution for variable p, which I got through ode45 method. I need to calculate u, where
u=((r^2-1)/16)*dp/dz
May I use my numerical solution for p and calculate dp/dz in second equation? Is it possible in matlab and on which way?

回答 (1 件)

Torsten
Torsten 2018 年 5 月 4 日
編集済み: Torsten 2018 年 5 月 4 日

0 投票

Use MATLAB's "diff" on the array of p-values to approximate dp/dz:
https://de.mathworks.com/help/matlab/ref/diff.html
Best wishes
Torsten.

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

製品

質問済み:

I G
2018 年 5 月 4 日

編集済み:

2018 年 5 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by