搜索资源列表
cholesky分解法
- cholesky算法,解三对角矩阵的常用方法-cholesky algorithm, and three diagonal matrix method used
cholesky.cpp
- 用改进的乔里斯基方法解对称正定方程组,已被用于有限元正演模拟-Jiaolishiji Improved method for symmetric positive definite equations, have been used in finite element simulation FORWARD
Cholesky分解 Matlab程序
- Cholesky分解 Matlab程序 关于科学计算方法,Cholesky decomposition of Matlab procedures on scientific calculation method
Cholesky
- 用cholesky法解最小二乘法,矩阵三角分解-Cholesky method for the least squares method, the matrix triangular decomposition
Cholesky
- Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
chol
- 这是 对矩阵Cholesky分解 的一种方法的源代码.-This is the Cholesky decomposition matrix of a method
New
- 利用平方根法(Cholesky法)求超定方程组的最小二乘解-Use the square root method (Cholesky method) for over-determined least squares solution of equations
matlabcodefosolvingpartialdiferentialeqn
- This code is for solving differential eqns using cholesky decomposition method, gausselimination method, croutsdecomposition method, LaverrierFaddeev, GAUSSSIEDELGAUSSSIEDEL method
matlab_No2
- 计算方法,矩阵LDL 分解与cholesky分解-Calculation method, the matrix LDL ' decomposition and decomposition cholesky
cholesky
- 采用乔克利特方法解方程,采用高斯消去法解方程-Qiaokelite method to solve the equation by using Gaussian elimination solution equation
CHOLESKY
- Cholesky Method. Solutions included.
Choleky
- cholesky method of elimination
MyMatrixFunction
- 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
solve-linear-system-by-Cholesky
- 用Cholesky分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the Cholesky decomposition method to solve linear equations demonstrate the process, my original test and correct, containing detailed notes.
cholesky
- Cholesky分解是一种分解矩阵的方法, 在线形代数中有重要的应用。Cholesky分解把矩阵分解为一个下三角矩阵以及它的共轭转置矩阵的乘积(那实数界来类比的话,此分解就好像求平方根)。与一般的矩阵分解求解方程的方法比较,Cholesky分解效率很高-Cholesky decomposition is a kind of decomposition of matrix method, the linear algebra has an important application. Choles
CHOLESKY
- CHOLESKY method using C-CHOLESKY method using C++
Cholesky
- 半正定矩阵cholesky方法将其分解为两个上下三角矩阵相乘的形式。matlab自带的函数只能分解正定矩阵。并且给出例子。-Semi-definite matrix cholesky method be decomposed into two upper and lower triangular matrices form. matlab built-in function can only be positive definite matrix decomposition.
LDL-and-Cholesky
- 利用楚列斯基分解法和平方根法分解对称矩阵,较为实用-use the Cholesky method and esquare-root method to solve the problem of Triangle decomposition of matrix
cholesky
- cholesky method in matlab
cholesky
- cholesky分解是用于将一个对称正定的矩阵分解为一个上三角与一个下三角矩阵乘积的形式,可运用于回归系数求解,线性方程组求解中 逐步回归是在回归分析的建模过程中用于变量筛选的有效方法,这里同时进行了向前和向后回归,效果更加显著(Cholesky decomposition is used to decompose a symmetric positive definite matrix into an upper triangle and a lower triangular matrix