How to solve non-linear second order Differential equations in 2 variables in Matlab?

1 回表示 (過去 30 日間)
siddhartha desu
siddhartha desu 2014 年 6 月 11 日
コメント済み: siddhartha desu 2014 年 6 月 11 日
These are my equations:
dT/dt=A1+A2*T+A3*T^4+A4*((dT1/dx)@x=0)........Eqn1
dT1/dt=B1*(d2T1/dx2) ..........Eqn2
Initial conditions: @t=0 T=To, T1=T1o for all x.
Boundary conditions: @x=0 T=T1, @x=xo T1=T11(const).
where T and T1 are two different variables. All coefficients are constants.
d2T1/dx2 means ddT1/ddx.
I found only examples of one variable till now. Any help on how to proceed or which solvers to use would be very appreciated. Thanks in advance!
  2 件のコメント
pietro
pietro 2014 年 6 月 11 日
there are infinitive solutions to this problem, so you can't solve the equation. You could use the optimization solver and set some constraints to the solution.
siddhartha desu
siddhartha desu 2014 年 6 月 11 日
Thanks for the response. Can you tell me which solver to use, an example if available. Thanks in advance!

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by