2nd order ODE dependent on two variables (t and x)

3 ビュー (過去 30 日間)
Ricard Escriva
Ricard Escriva 2022 年 5 月 8 日
回答済み: SAI SRUJAN 2023 年 10 月 20 日
Hello,
I am trying to solve the attached second order ODE dependent on two variables.
Could anyone please give me some hints on how to proceed?
Thank you very much.
  2 件のコメント
Star Strider
Star Strider 2022 年 5 月 8 日
You will likely need the Partial Differential Equation Toolbox for this problem.
Torsten
Torsten 2022 年 5 月 8 日
A typical problem for MATLAB's "pdepe".

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

回答 (1 件)

SAI SRUJAN
SAI SRUJAN 2023 年 10 月 20 日
Hi Ricard Escriva,
I understand that you are trying to solve a non linear partial differential equation.
Typically, the Partial Differential Equations (PDEs) in MATLAB adhere to the following format:
c(x,t,u,du/dx).du/dt=(x^-m).d/dx[(x^-m)f(x,t,u,du/dx)]+s(x,t,u,du/dx)
Given a PDE, model the partial differential equation to make an analogy to the format specified above.To be more specific in resolving the issue, you can use the "pdepe" MATLAB function to further solve the issue by setting initial and boundary conditions.
For a comprehensive understanding of the "pdepe" function in MATLAB, please refer to the following documentation.

カテゴリ

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