搜索资源列表
jiefangcheng
- matlab中解方程的主要命令,和详细的使用方法,希望对朋友门有用!
Chapter6
- 数值解法 例1 用改进的欧拉方法求一阶方程初值问题的 数值解 例2 数学摆的运动方程与近似方程数值解比较 例3 四阶龙格库塔公式求数值解 Matlab实现求数值解 例1 求初值问题y =x*sin(x)-y,y(0)=0的数值 解.先编辑一个定义方程的ODEF函数文件 ODEfun1.m. 例2 求方程组初值问题的数值解,按指定步长 0.05划分节点. 例3 按指定的精度求高阶方程初值问题的数值解.-Numerical S
solve
- 1.了解三元一次方程组的概念 熟练掌握简单的三元一次方程组的解法 能选择简便,特殊的解法解特殊的三元一次方程组. 2.通过用代入消元法,加减消元法解简单的三元一次方程组的训练及选择合理,简捷的方法解方程组,培养运算能力. 3.通过对方程组中未知数系数特点的观察和分析,明确三元一次方程组解法的主要思路是 "消元",从而促成未知向已知的转化,培养和发展逻辑思维能力. 4.通过三元一次方程组消元后转化为二元一次方程组,再消元转化为一元一次方程及将一些代数问题转化为方程组问题的方
myeuler_vs_ode45
- 比较欧拉公式与matlab的ode方法解微分方程的不同-Comparison of the Euler formula for the ode with matlab different method to solve differential equations
7MATLAB
- matlab 用于介绍求解方程包含非线性方程和线性方程的方法-matlab about how to solute the noliner equation etc
lorenz4D
- 使用matlab工具解洛伦兹方程的runge-kutta方法-matlab solution of Lorenz equations
Finite_difference_method
- 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
08041107
- 基于随机共振的弱信号检测,sr为龙格库塔方法解方程,rs为检测的主程序-Based on stochastic resonance in weak signal detection, sr for the Runge-Kutta method to solve the equation, rs for the detection of the main program
matlab1
- matlab解方程的一些问题 方法。挺好的哦-matlab
RadialModeSolver
- 用有限元方法计算光纤径向标量波动方程的解-Matlab code to compute radial component of scalar wave equation
chengzifa
- 基本的拉格朗日乘子法(又称为拉格朗日乘数法),就是求函数f(x1,x2,...)在g(x1,x2,...)=0的约束条件下的极值的方法。其主要思想是引入一个新的参数λ(即拉格朗日乘子),将约束条件函数与原函数联系到一起,使能配成与变量数量相等的等式方程,从而求出得到原函数极值的各个变量的解。 -Basic Lagrange multipliers (also known as Lagrange multiplier method), is of a function f (x1, x2 ,.
schrodinger_transfermatrix
- 转移矩阵法解任意势阱薛定谔方程的Matlab源程序,很适合该方法的学习。-transfer matrix method for solving schrodinger equation
pianweifenfangchendeMATLAB
- 详细介绍了用matlab解偏微分方程的方法-Details of the solution of partial differential equations using the method matlab
solve
- matlab用来解一般线性或者非线性方程的方法及应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
henduojiefangcheng
- 利用matlab解方程的程序,可以用过微分方程,提供了集中方法-Using matlab solving equations can be used to differential equations, provides methods
微分方程解析解
- 用matlab求微分方程解析解的小示例,可以求解微分方程 附教程。(A small example of solving analytical solutions of differential equations by Matlab can be used to solve a tutorial for differential equations.)
程序
- 最基本的解常微分方程的方法,包括欧拉法、泰勒级数法、多步法、隐式法、Rung-kutta法等(The basic methods for solving ordinary differential equations include Euler method, Taylor series method, multistep method, implicit method, Rung-kutta method, etc.)
MATLAB解矩阵微分方程
- 本文先简要介绍了矩阵的积分和微分的定义;接着通过弹簧-质量块儿-阻尼器系统的例子,阐述了求解常微分方程数值解的常用方法;最后,在前两部分的基础上,总结了用MATLAB求解形如_X(t) = f(X(t); t) 矩阵微分方程数值解的方法。(In this paper, the definition of integral and differential of matrix is briefly introduced. Then the common method of solving nume
张文军MATLAB仿真
- 磁滞曲线的建立,基于MATLAB编辑器条件下,运用数学公式解方程的方法,求解微分方程(Establishment of hysteresis curve)
偏微分方程的数值解法的程序
- 偏微分方程数值解法的MATLAB程序汇总(Summary of MATLAB program for numerical solution of partial differential equation)