搜索资源列表
实验4-微分方程
- 用欧拉方法和龙格-库塔方法求微分方程数值解,画出解的图形,对结果进行比较分析。-using Euler method and RK method to solve the differential equations ,ploting the graph of the solution, compare and analyze the solutions
EOM
- 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use
hw-nozzle
- 求解二维无粘欧拉方程,算的是一个二维收扩喷管
CFD2_lc
- 有限体积法求解一维欧拉方程,有助于理解近似黎曼解的概念
CFD2_lc_MUSCL
- 有限体积法求解一维欧拉方程,采用二阶MUSCL迎风格式,计算一维等熵喷管的流程,喷管扩张段有正激波。有助于理解和学习MUSCL格式
assemble_backward_euler
- 采用数值差分方法中的向后差分计算高等传热问题的欧拉方程-ASSEMBLE_BACKWARD_EULER adjusts the system for the backward Euler term.
Euler
- 欧拉法和龙格库塔算法解一阶常微分方程源代码-Euler method and Runge-Kutta algorithm for solving differential equation source code
Euler_adv
- 欧拉法解二阶微分方程组的源代码 以某一特例为代表-Euler
fit
- 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
Rigid_body_dynamic_simulation
- 基于欧拉方程的刚体在无重力空间中动力学MATLAB仿真程序-Based on the Euler equations of rigid body dynamics in the weightlessness of space in the MATLAB simulation program
changweifenfangchengshuzhijie
- 自编常微分方程初值问题的常用算法,包括折线法、改进欧拉法、4阶龙格-库塔法-Self-compiled initial value problems of ordinary differential equations commonly used algorithms, including the broken line method, improved Euler' s method, 4-order Runge- Kutta method
nonlinear-equation
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
ex3.1.1p
- 孙志忠书:偏微分方程数值解,第三章第一节:抛物方程的有限差分解法向前欧拉格式-forward euler difference scheme for parabolic problem
牛顿插值和欧拉法解方程
- 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
work
- 用Mtlab写的解常微分方程的欧拉法,属于比较基础的方法。(The solution of ordinary differential equations of Euler method)
常微分方程的数值解法
- 常微分方程的数值解法,包括欧拉法,改进欧拉法,四阶龙格-库塔法(The numerical solution of ordinary differential equations, including Euler method, improved Euler method, four order Runge Kutta method)
向后欧拉法
- 书籍《微分方程的数值解法与程序实现》第三章向后欧拉法程序,原书为C,我写成了matlab(MATLAB program for backward Euler method)
欧拉法解微分方程例子
- 应用欧拉法解微分方程组,对于初学者理解,相信会有用处
抛物线方程的差分格式
- 抛物线方程的几种常见差分格式matlab代码,包括向前欧拉,向后欧拉,Crank-Nicolson和Du-For-Frankel(Several common difference schemes for parabolic equations are matlab codes, including forward Euler, backward Euler, Crank-Nicolson and Du-For-Frankel.)
数值分析
- 偏微分方程数值解法Matlab实现,包含牛顿插值法,欧拉方法等(Matlab realization of numerical solution of partial differential equation)