MATLAB source mfile code for Trapezoidal method of solving ODEs

2 次查看(过去 30 天)
Hello, Does anyone have or know the m-file for trapezoidal method of solving ODEs (with simple linear iterations)? Thanks
  2 个评论
ACHKHE
ACHKHE 2021-6-10
ther's a function in matlab called ode23t, search about it, its the same " trapezoidal method of solving ODEs "

请先登录,再进行评论。

回答(1 个)

Jan
Jan 2014-2-8
Do you mean trapz? Then open the M-file:
edit trapz
  2 个评论
Mahdi
Mahdi 2014-2-9
Hi, Thanks. But, I don't mean trapz. That one is for numerical integration. I want the one for solving ODEs (initial value problems).
Jan
Jan 2014-2-9
And do you mean an existing code or should this solve an homework assignment?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by