搜索资源列表
常微分方程课程设计
- 用欧拉方法,改进欧拉方法,4阶龙格—库塔方法分别求微分方程的初值.
matlabnsoodeami
- 这是一篇关于常微分方程数值解及其Matlab实现的论文形式的论文-This is the article on the numerical solution of ordinary differential equations and Matlab implementation form of a thesis paper
ordinary-differential-equations
- 常微分方程部分,包括存在唯一性定理,线性微分方程组的一般理论-Part of ordinary differential equations, including existence and uniqueness theorem, the general theory of linear differential equations
odes
- 常微分方程在MATLAB中的使用和部分程序-How to compute Ordinary Differential Equations in MATLAB
runge-kutta
- 在计算机上实现用四阶龙塔求一阶常微分方程初值问题的数值解 -Implemented on a computer tower with a four-order Runge seek first order differential equations numerical solution of initial value problems
Visual-Fortran2002
- 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
changweifenfangcheng
- 数学建模里常用的常微分方程模型讲解,以及举例说明!-Mathematical modeling in the ordinary differential equation model used to explain and illustrate!
1
- 这是用于常微分方程的求解的一些说明,希望对需要者有所帮助-failed to translate
Matlab
- 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
matlab-Numerical-calculation
- matlab 数值计算源代码例子及运行结果。 一元函数的极值 多元函数的极值 数值积分 求解常微分方程-matlab numerical source code examples and the results. Unary function extremum Multi-function extremum Numerical integration Solving Ordinary Differential Equations
matlab-for-differential-equations
- 常微分方程的初值问题与偏微分方程的数值求解问题-Initial value problems for ordinary differential equations and partial differential equations numerical solving problems
xpp_doc
- xppaut 是计算映射,常微分方程、偏微分方程各种分岔分析的文章,可以解决时滞、边值和随机方面的问题。-XPP (XPPAUT is another name I will use the two interchangeably) is a tool for solving dierential equations, dierence equations, delay equations, functional equations, boundary value problems
111
- 用Euler法和改进Euler法求下列常微分方程的初值问题的数值解-Euler method and the improved Euler method seeking the following ordinary differential equations numerical solution of the initial value problem
matlab
- 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
matlab
- matlab相关的程序,包括求解常微分方程、偏微分方程,绘制直方图-Matlab related procedures, including the solution of ordinary differential equations, partial differential equations, the histogram drawing etc.
main2_PDE
- Matlab实现常微分方程的各种方法求解-Matlab realization of ordinary differential equations to solve a variety of methods
Matlab解微分方程(ODE+PDE)
- MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are very simple, clear and clear.
MATLAB
- MATLAB解常微分方程组,常见的比如传染病模型(SIR,SIRS,SEIR等)(MATLAB solution to ordinary differential equations.Common models of infectious diseases (SIR, SIRS, SEIR, etc.))
使用R解常微分时滞及偏微分方程
- 使用R语言示例如何解决常微分方程,偏微分方程,时滞微分方程的初值问题。
Scipy
- SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t