4阶经典Runge-Kutta格式解常微分方程我要分享

Four order Runge - Kutta classic format solution of ordinary differential equations for numerical si

非线性插值 非定常

关注次数: 408

下载次数: 0

文件大小: 3KB

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

4阶经典Runge-Kutta格式解常微分方程,Romberg(龙贝格)法求函数的积分,三阶样条插值(一阶导数边界条件),定步长梯形法求函数的积分,矩阵A的伴随矩阵, Lagrange插值法数值求解,Newton迭代法解非线性方程f(x)=0


English Description:

Fourth-order Runge-Kutta classic format solution of ordinary differential equations, Romberg (Romberg) method for function points, third-order spline interpolation (first derivative boundary conditions), fixed-step trapezoidal method for integrating functions, matrix A adjoint matrix, Lagrange interpolation method for numerical solution, Newton iterative method for solving nonlinear equations f (x) = 0


代码预览

数值分析M文件

.............\funlagrange.m

.............\funNewton.m

.............\nark4.m

.............\naromberg.m

.............\naspline.m

.............\natrapz.m