搜索资源列表
Jacobi-matlab
- 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
2
- matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
xianxing
- matlab解线性方程组的直接法程序,里面包括了常用的matlab解线性方程组的直接法程序,包括手写的和matlab自还的函数。-matlab solving linear equations of the direct method procedures, which includes the commonly used matlab solving linear equations of the direct method procedures, including hand-written
gs
- 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
Matlab-daima
- 非线性方程组求解,matlab解非线性方程组多种解法代码。-Solving Nonlinear Equations
YICHUANSUANFA-Matlab
- 遗传算法解非线性方程组的Matlab程序,有说明-Genetic algorithm solution of nonlinear equations matlab program, there are instructions
MATLAB-algorithms-assemblies
- matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
matlab
- 给出下列几个不同类型的线性方程组,请用适当算法计算其解。(Guass 追赶法 平方根分解法)- U7ED9 u5119 u5227 u5B0 u7B09 u7B09 u7B0 U5136 u89E3 u89E3 u8E2
MATLAB使用欧拉Euler法求解微分方程组 源程序代码
- Matlab欧拉法解微分方程的程序源代码,供matlab学习使用(Matlab Euler solution of differential equations of the program source code, for learning to use matlab)
matlab插值拟合微分解方程组
- matlab插值拟合微分解方程组,用于使用MATLAB求解插值拟合的程序(Matlab interpolation fitting micro decomposition equations, for the use of MATLAB to solve the interpolation fitting program)
duoji
- 电力系统暂态仿真: 3级4阶显式辛RKN方法 duoji、dw、xpp 解微分代数方程组,不计算收缩导纳矩阵 主程序为duoji(Transient simulation of power system)
duoji2
- 显式辛方法及传统显式rk法 duoji2、dw2、pe 解微分方程组,计算收缩导纳矩阵 主程序为duoji2(Transient simulation of power system)
duoji8
- 基于梯形法的传统并行计算 duoji8、dw8、getfn8 解微分代数方程组,不计算收缩导纳矩阵 雅可比方程整体求解 主程序为duoji8(Transient simulation of power system)
duoji15
- 基于梯形法的传统并行计算 duoji15、dw15、getfn15 解微分代数方程组,不计算收缩导纳矩阵 分块串行计算 主程序为duoji15(Transient simulation of power system)
ode4
- 在matlab平台中,定步长,解3-4阶常微分方程组(Solution of ordinary differential equation)
square
- 用平方根法解线性方程组,包含平方根法以及解上三角及下三角方程组的matlab代码,及Gauss消元法 列主元消元法等(matlab square root method)
MATLAB常用算法
- MATLAB常用算法,解微分方程,求求线性方程组等计算专业课程所需程序代码(MATLAB commonly used algorithm to solve differential equations, seek linear equations and so on to calculate the code required for professional courses.)
odesbvp
- matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses th
解方程
- 运用MATLAB进行一般方程、线性方程组、线性偏微分方程的求解(Using MATLAB to solve general equations, linear equations and linear partial differential equations.)
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外推公式