Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CG matlab
Search - CG matlab - List
DL : 0
应用matlab中的窗函数法设计FIR数字滤波器
Update : 2008-10-13 Size : 24.55kb Publisher : 邓辉

数值线性代数的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 双共轭梯度
Update : 2025-02-17 Size : 6kb Publisher : YUXIANGCHENG

DL : 0
应用matlab中的窗函数法设计FIR数字滤波器-Application of window function matlab design FIR digital filter
Update : 2025-02-17 Size : 24kb Publisher : 邓辉

This submission contains a collection of codes in different programming languages that implement the analytical framework proposed in Koay CG, Sarlls JE, Ö zarslan E. * Three Dimensional Analytical Magnetic Resonance Imaging Phantom in the Fourier Domain. Magn Reson Med. 58: 430-436 (2007) The article above can be obtained from: http://dir2.nichd.nih.gov/nichd/stbb/publications.html
Update : 2025-02-17 Size : 4.45mb Publisher : hiyisf

DL : 0
求解大规模对称矩阵的CG算法,及预处理PCG使用Matlab语言,可以解1000阶以上的矩阵,以病态矩阵hilbert为例-Solving large-scale symmetric matrix of the CG algorithm, and pretreatment of PCG using Matlab language, you can order more than 1,000 solution matrix, as an example to pathological matrix hilbert
Update : 2025-02-17 Size : 3kb Publisher : 路路

CG方法 高等数值分析 PCG方法 最速下降法-CG methods of numerical analysis of higher PCG method steepest descent method
Update : 2025-02-17 Size : 1kb Publisher : CAICAI

DL : 0
无约束优化中的共轭梯度算法程序,解压缩后就可以用了-Unconstrained optimization of the conjugate gradient algorithm procedure can be extracted after the
Update : 2025-02-17 Size : 70kb Publisher : idhot

DL : 0
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
Update : 2025-02-17 Size : 1kb Publisher : 佟跃

给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
Update : 2025-02-17 Size : 3kb Publisher : 王海

To obtain the reparameterization of Bezier curve which is widely used in CG and CAGD design. Include the computing of Bernstein basis. C1 continuous boundary is used to the course.-To obtain the reparameterization of Bezier curve which is widely used in CG and CAGD design. Include the computing of Bernstein basis. C1 continuous boundary is used to the course.iii nnn mmm nnn
Update : 2025-02-17 Size : 5kb Publisher : wutongxiyu

DL : 0
采用CG法求解稀疏不对称的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems: Solve Ax = b or minimize || Ax- b ||2 or minimize || Ax- b ||2+ d2 ||x||2. The matrix A may be square or rectangular (over-determined or under-determined), and may have any rank. It is represented by a routine for computing Av and A u for given vectors v and u.
Update : 2025-02-17 Size : 44kb Publisher : LSQR

DL : 0
采用CG法求解稀疏对称奇异矩阵得到的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric but it may be definite or indefinite or singular. The scalar s is a shifting parameter – it may be any number. The method is based on Lanczos tridiagonalization. You may provide a preconditioner, but it must be positive definite.
Update : 2025-02-17 Size : 6kb Publisher : MINRES

Comparison of the Iterative Stationary of 1st and 2nd order and CG methods on a Tikhonov regularization inverse problem: -Comparison of the Iterative Stationary of 1st and 2nd order and CG methods on a Tikhonov regularization inverse problem:
Update : 2025-02-17 Size : 64kb Publisher : jasper

DL : 0
naville法,雅各比法,牛顿法,CG法等等数值分析课程中使用的Matlab程序。-naville method, Jacobi method, Newton method, CG method, etc. used in numerical analysis courses Matlab program.
Update : 2025-02-17 Size : 447kb Publisher : don

DL : 0
CG MATLAB实现算法,算法很简单,只有几行-CG
Update : 2025-02-17 Size : 6kb Publisher : 刘松

DL : 0
数值分析中没经预处理的高斯方法、经SSOR预处理的高斯方法、经多项式预处理的高斯方法matlab程序-Numerical analysis did not pretreated Gauss method, the SSOR pre-Gaussian method, the pre-Gaussian polynomial method matlab program
Update : 2025-02-17 Size : 2kb Publisher : 张强

DL : 0
共轭梯度法,有例子。使用MATLAB编程,居实用性。-include example.
Update : 2025-02-17 Size : 1kb Publisher : YU Peng

DL : 0
共轭梯度法CGmatlab程序 解线性方程组-Conjugate gradient method matlab program for solving linear equations
Update : 2025-02-17 Size : 1kb Publisher : zn

实用共轭梯度法MATLAB源代码,最速下降法MATLAB源代码,MATLAB语言(Practical conjugate gradient method MATLAB source code)
Update : 2025-02-17 Size : 1kb Publisher : 小如呀

DL : 0
CG算法,需要Q矩阵或者D 矩阵的可以私聊(CG calculation CG algorithm, the Q matrix or the D matrix can be used for private chat)
Update : 2025-02-17 Size : 143kb Publisher : 王二萌萌哒
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.