文件名称:NumericalLinearAlgebra
- 所属分类:
- 其它资源
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 6.38kb
- 下载次数:
- 2次
- 提 供 者:
- YUXIAN******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数值线性代数的Matlab应用程序包
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解
ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式
NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元
PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元
cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解
PwItrt.m 求最大特征值 Power Iteration 幂迭代
Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法
Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代
zuisu.m 解线性方程组 Steepest descent 最速下降法
CG.m 解线性方程组 Gradients 共轭梯度
BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解
ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式
NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元
PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元
cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解
PwItrt.m 求最大特征值 Power Iteration 幂迭代
Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法
Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代
zuisu.m 解线性方程组 Steepest descent 最速下降法
CG.m 解线性方程组 Gradients 共轭梯度
BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 105230300numericallinearalgebra.rar 列表 Numerical Linear Algebra\Anld.m Numerical Linear Algebra\AnldExample.m Numerical Linear Algebra\BCG.m Numerical Linear Algebra\BCGExample.m Numerical Linear Algebra\CG.m Numerical Linear Algebra\CGExample.m Numerical Linear Algebra\cholesky.m Numerical Linear Algebra\choleskyExample.m Numerical Linear Algebra\GrmSch.m Numerical Linear Algebra\GrmSchExample.m Numerical Linear Algebra\householder.m Numerical Linear Algebra\householderExample.m Numerical Linear Algebra\Jacobi.m Numerical Linear Algebra\JacobiExample.m Numerical Linear Algebra\MGrmSch.m Numerical Linear Algebra\MGrmSchExample.m Numerical Linear Algebra\NCLU.m Numerical Linear Algebra\NCLUExample.m Numerical Linear Algebra\PALU.m Numerical Linear Algebra\PALUExample.m Numerical Linear Algebra\PwItrt.m Numerical Linear Algebra\PwItrtExample.m Numerical Linear Algebra\zuisu.m Numerical Linear Algebra\zuisuExample.m Numerical Linear Algebra\ZXEC.m Numerical Linear Algebra\ZXECExample.m Numerical Linear Algebra\~程序包内容简介.txt Numerical Linear Algebra