搜索资源列表
gepp
- 使用matlab进行矩阵的高斯分解,可以对高阶线性方程进行数值求解-use Matlab for Gaussian decomposition of the matrix, the high-order linear equations were solved numerically
chap7(1)
- 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
chap7(2)
- 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
chap7(3)
- 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
pingfanggenfa
- 用matlab算法实现的平方根算法 用于数值分析中平方根发求解线性方程-Matlab algorithm using the square root algorithm for the numerical analysis of the square root of hair for solving linear equations
newtonchazhi
- newton插值应该比lagrange好一点点,适合求解线性方程组,-lagrange interpolation newton than a little bit of good, suitable for solving linear equations,
UCA_SMI
- QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
7MATLAB
- matlab 用于介绍求解方程包含非线性方程和线性方程的方法-matlab about how to solute the noliner equation etc
jacobi
- 利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵-Jacobi method used to solve ill-linear equations, including matrix hilbort matrix
gs
- 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
jiefangcheng
- matlab经典算法的程序之解方程,含线性方程、非线性方程的求解等程序-matlab program of classical algorithm solving equations, including linear equations, nonlinear equations and other procedures
steepest-descent
- 这是一个用最速下降法求解线性方程的方法,程序代码使用matlab语言。 -This is a steepest descent method for solving linear equations, program code using matlab language.
Jacobi-Gauss_Seide-SOR
- 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
solving-linear-equations
- 用MATLAB 实现直接求解线性方程 Direct method for solving linear equations-Solving linear equations Direct method for solving linear equations using MATLAB to achieve direct
numberical-analysis
- 基于matlab的高斯消元,LU,jacobi等方法求解线性方程Ax=b;-solving linear function Ax=b,use Gauss elimination,LU decomposition,Jacobi methods
CholeskiDecompo
- Choleski分解求解线性方程Ax=b,包括一个forward循环和一个backward循环-Matlab implementation of Choleski decomposition
mann-kendall-and-line_solution
- Mann-Kendall 程序,现在常常被用于处理分析大气、海洋等长时间序列数据,分析数据变化的显著性以及出现显著变化的时间节点 第一二个程序用于高等数学线性方程的求解;-Mann-Kendall of matlab ,being used to analysis the change of data line solution
solve
- 求解线性方程组的通用程序,请复制到MATLAB环境下运行(solve the linear function)