搜索资源列表
shuangqu
- 求解偏微分方程的matlab程序,求接双曲偏微分方程组的
MATLAB-algorithm
- 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
adams
- 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
gaoweifangcheng
- 用matlab解高维微分方程组一般少用到,但是最近看了这方面的例子,希望对用到的人有所帮助-Matlab solutions with high-dimensional differential equations in general less used, but recently read examples in this regard, I hope to help people who use
Mathcalculationprocedures
- 该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integration, numerical solution of di
RK
- 利用rK法,也就是4阶论格库塔格式求解偏微分方程组的解并利用结果画图。-Solving partial differential equations
runge-kutta
- 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
MATLAB
- 文件里是MATLAB语言常用算法程序集,包括插值、函数逼近、数值微分、数值积分、线性方程组的求解等程序-File is a MATLAB algorithm for the assembly language used, including interpolation, function approximation, numerical differentiation, numerical integration, linear equations and other procedures
rk
- 运用龙格库塔法求常微分方程组,且精度比matlab自带的精度高-classic four bands Mangge Kutta method of equations, attention is equations, for a long time could not find, wrote, Solutions can, in principle, any number of equations, with significant or not significant t-t can!
function3
- 时滞微分方程组的原方程,以及相图程序,包括matlab源代码-Delay differential equations of the original equation, and the phase diagram of the program, including Matlab source code
function4
- 求解时滞微分方程组,并给出了Matlab程序的源代码-Delay Differential Equation, and gives the the Matlab program source code
Solving-equations
- matlab线性方程组求解,非线性方程数值求解, 常微分方程初值问题的数值解法-matlab linear equations, numerical solution of nonlinear equations, ordinary differential equations numerical solution of initial value problem
The-MATLAB-equation
- MATLAB解方程与函数极值、线性方程组求解、非线性方程数值求解、常微分方程初值问题的数值解法、函数极值。-The MATLAB equation and the extreme value of function, solving linear equations, nonlinear equations, numerical solution of initial value problem of ordinary differential equation, the numerical s
matlab-math-caculate-methods
- MATLAB语言常用算法程序集,包含了插值、函数逼近、矩阵特征值计算、数值微分和积分、方程求根、非线性方程组求解、特殊函数计算、常微分方程和偏微分方程的数值解法、以及数据统计和分析等等。-MATLAB language commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation an
rk4sys
- 用于求解4阶常微分方程组的龙格库塔法matlab求解函数工具-fourth-order Runge-Kutta for a system of ODEs
solving-equations-
- matlab 解方程组,超定方程组,微分方程组,偏微分-matlab solutions of equations, overdetermined equations, differential equations, partial differential
sanfan
- 微分方程组数值解方法,利用matlab针对图像进行马氏距离计算 ,GSM中GMSK调制信号的产生。- Numerical solution of differential equations method, Using matlab to calculate the Mahalanobis distance for the image, GSM is GMSK modulation signal generation.
naopei
- 在matlab环境中自动识别连通区域的大小,微分方程组数值解方法,esprit算法对有干扰的信号频率进行估计。- Automatic identification in the matlab environment the size of the connected area, Numerical solution of differential equations method, esprit algorithm signal frequency interference can be ass
MATLAB-solving-PDE-code
- matlab软件求解偏微分方程组的经典的有限差分程序代码-matlab software to solve the classic Partial Differential Equations Finite Difference code
functionequation
- 求解微风方程边界条件限制下的解。解一个方程组, du/dx+dv/dx=0 u=dn/dx v=-dm/dx du/dx=-exp(-x)+n*m/(m+n) 边界条件和初值条件 u(p)=0,u(0)=v(p),v(0)=0 n(0)=q 其中函数自变量为x,边界条件和初值条件中p为常量,q为变量(Solving the solution of the boundary condition of the breeze equation)