搜索资源列表
常微分方程初值问题的数值解法
- 常微分方程初值问题的数值解法:Euler方法、 Runge-Kutta方法、线性多步法、预测-校正法、 等。-Ordinary Differential Problems Numerical Solution : Euler's method, Runge - Kutta method, linear multi-step forecast-correction method, etc.
第八章 常微分方程数值解法
- 常微分方程数值解法-Numerical Solution of Ordinary Differential Equations
常微分方程数值解法
- 常微分方程数值解法,又是一个数值分析的常用算法-Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm
数值分析及其MATLAB实现
- 本书作者以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法,针对本书中介绍的每种具体数值算法,编写了具有人性化和一般化的数值算法、解析解法和图形可视化显示(如果存在的话)并举的MATLAB程序软件包,并且通过实例详细地介绍了这些软件包的使用方法,建立了数值分析机械化MATLAB软件操作平台,使数值方法实现机械化。这些程序有的运行结果可以全面展示数值计算的全过程,有的显示给用户必要的提示,有的输出数值解及其误差限或误差估计
diff
- 微分方程数值解法源代码,包括四阶Adams方法和四阶RK方法,,数值分析作业。-Differential Equations Numerical Solution of the source code, including fourth-order Adams methods and fourth-order RK method, numerical analysis operations.
偏微分方程的多种数值解法
- 偏微分方程的多种数值解法,通过MATLAB程序编程求得偏微分方程的多种数值解法。
p71_fzerotx
- 实现方程数值解法的函数是fzero,介绍其算法思想(The function of numerical solution of equation is fzero, and its algorithm idea is introduced)
偏微分方程的数值解法
- 数值分析偏微方程的数值解法问题的matlab的范例,超好用der(Numerical analysis of the Matlab example, super easy to use der)
显示格式
- 三种抛物型偏微分方程数值解法的matlab代码,利用的方法是显示差分格式。(the numerical solution of three kinds of parabolic function using the explicit method.)
偏微分方程的数值解法
- 《偏微分方程的数值解法》源代码,用matlab数值法求解常见偏微分方程("Numerical solution of partial differential equations" source code, using MATLAB numerical method for solving ordinary partial differential equations)
偏微分方程数值解法
- 偏微分方程的数值解法,编程的理论指导,工科必备知识(Numerical solution of partial differential equation, necessary knowledge of Engineering)
MATLAB 数值解法
- MATLAB教程,对于偏微分方程的数值解法有详细的描述,可以进行相关的学习与操作(The MATLAB tutorial has a detailed descr iption of the numerical solution of partial differential equations and can be used for related learning and operation.)
第16章 偏微分方程的数值解法
- 工程应用中的偏微分方程的数值解法,包括源代码和函数索引,用于matlab中PDE工具箱的学习(Numerical solution of partial differential equation in engineering application)
数值分析
- 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
常微分方程的数值解法
- 常微分方程的数值解法,包括欧拉法,改进欧拉法,四阶龙格-库塔法(The numerical solution of ordinary differential equations, including Euler method, improved Euler method, four order Runge Kutta method)
]偏微分方程的数值解法的程序
- 用于偏微分求解,大家可以看看。。。。。。。(For partial differential solution, you can see.)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式
常微分方程初值问题数值解法matlab程序及说明
- 常微分方程初值问题数值解法matlab程序及说明(Numerical solution of initial value problem of ordinary differential equations matlab program and descr iption)
偏微分方程的数值解法的程序
- 偏微分方程数值解法的MATLAB程序汇总(Summary of MATLAB program for numerical solution of partial differential equation)
[微分方程的数值解法与程序实现][华冬英,李祥贵]
- [微分方程的数值解法与程序实现 书中的源码和课件。