Can any one help me to solve the system of ODE using artificial neural network(ANN) method.

14 ビュー (過去 30 日間)
Hazrat bilal
Hazrat bilal 2022 年 8 月 23 日
編集済み: Hazrat bilal 2022 年 8 月 26 日
system of ODE using Artificial neural network(ANN)
dx/dt = a1x -b1y+c1z
dy/dt = a2x +b2y - c2z
dz/dt = c3z+b3y
subject to IC
x(0) = 2 , y(0) = 1 , z(0)= 0
parameter as
a1 =1, b1=-1, c1 = 2, a2 = 1.2 , b2 = 0.4 , c2 = 0.5 , b3 = 1.5 , c3 = 3
To write the Matlab or Python code using ANN method

回答 (1 件)

David Willingham
David Willingham 2022 年 8 月 25 日
Hi Hazrat,
I would recommend referring to this example: Dynamical System Modeling Using Neural ODE as a starting point.
David

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by