How to find a PDE solver ( new matlab user )
5 ビュー (過去 30 日間)
古いコメントを表示
Hi folks,
I am studying the Fokker-Planck equation
$$ \partial_t \rho(x,t) = \text{div}(f(x) \rho(x,t))+ \Delta \rho(x,t) $$
and want to find a PDE solve on matlab which will solve it in dimension 1 over the time interval
, over the domain say
.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/760876/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/760876/image.png)
I basically have no idea how to find an appropriate PDE solver for the problem I have at hand, because other than typing into google ``matlab Fokker-Planck equation solver" I don't know how to find such a thing.
0 件のコメント
回答 (1 件)
Harikrishnan Balachandran Nair
2021 年 10 月 18 日
Hi,
I understand that you are trying to solve a PDE using Matlab.
You can refer to the following documentation to get started with solving Partial Differential Equations using Matlab.
参考
カテゴリ
Help Center および File Exchange で Boundary Conditions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!