CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matrix inverse algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matrix inverse algorithm - List
[
Other resource
]
dcjzqn
DL : 1
在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the input module of arbitrary non-singular matrix inversion. Inverse algorithm adjoint matrix method, used to solve determinant of the upper triangular matrix. The algorithm is based on my "Linear Algebra" to describe the preparation, the biggest band Matrix will be able to arbitrarily amend, more versatile.
Update
: 2008-10-13
Size
: 1.84kb
Publisher
:
史蒂芬
[
Other resource
]
gauss-jord
DL : 0
gauss-jord 求逆的c算法 一种经典的计算 矩阵的逆的算法-gauss - jord c inverse algorithm of a classic inverse matrix calculation algorithm
Update
: 2008-10-13
Size
: 1.15kb
Publisher
:
靳风
[
Algorithm
]
dcjzqn
DL : 1
在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the input module of arbitrary non-singular matrix inversion. Inverse algorithm adjoint matrix method, used to solve determinant of the upper triangular matrix. The algorithm is based on my "Linear Algebra" to describe the preparation, the biggest band Matrix will be able to arbitrarily amend, more versatile.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
史蒂芬
[
Algorithm
]
reverse_matrix
DL : 0
这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
Update
: 2025-02-19
Size
: 1kb
Publisher
:
hjs
[
Algorithm
]
matrix-inverse
DL : 0
进行矩阵求逆,包含行列式的值的计算,代数余子式的计算等
Update
: 2025-02-19
Size
: 8kb
Publisher
:
李艳
[
Mathimatics-Numerical algorithms
]
power_method
DL : 0
幂法与反幂法求解矩阵特征值的C语言算法实现:本代码以Hilbert矩阵为计算对象,单纯运用C语言进行矩阵的操作以实现幂法与反幂法求解矩阵特征值的算法,应用Matlab软件对计算结果进行检验,计算结果准确无误。-Power law and inverse power method to solve matrix eigenvalue of the C language algorithm: Hilbert matrix of the code for the purpose of calculating the target, simple to use C language to realize the operation of matrix power method and inverse power method to solve matrix eigenvalue algorithm, application Matlab software for calculating the results of testing the accuracy of calculation results.
Update
: 2025-02-19
Size
: 10kb
Publisher
:
Michael_M
[
Algorithm
]
MatrixClass
DL : 0
矩阵类:可运行矩阵间的加、减、乘以及矩阵与数的点乘;可计算矩阵的转置、秩、行列式、逆;其中求解矩阵逆用到了经典的高斯算法;求解行列式以及秩运用的是消元法。-Matrix categories: to run between matrix add, subtract, multiply, and matrix and the number of points x computable matrix transpose, rank, determinant, inverse which matrix inverse used for solving the classical Gaussian algorithm solving the determinant as well as the rank is the use of elimination method.
Update
: 2025-02-19
Size
: 12kb
Publisher
:
兰军
[
Algorithm
]
gauss_jordan
DL : 0
采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可-Select All PCA using the Gauss- Jordan method for matrix inverse matrix, the matrix order but are not limited to non-singular, just in the main function in the given order and matrix elements can
Update
: 2025-02-19
Size
: 2kb
Publisher
:
余坤
[
Algorithm
]
java
DL : 0
行列式,矩阵,线性方程组,逆阵的java算法 -Determinant, matrices, linear equations, matrix inverse algorithm java
Update
: 2025-02-19
Size
: 6kb
Publisher
:
belle
[
Console
]
Gauss-Jordan
DL : 0
Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
Update
: 2025-02-19
Size
: 6kb
Publisher
:
xiang
[
Windows Develop
]
inverse
DL : 0
主要内容:在visual studio上实现矩阵求逆的过程 矩阵求逆:用全选主元高斯约当消去法求n阶是矩阵A的逆矩阵A-1。其中包括矩阵求逆算法描述 -Main elements: the visual studio to achieve the process of matrix inversion matrix inversion: The Select pivot Gauss Jordan elimination order to n-order matrix A is the inverse matrix of A-1. These include matrix inversion algorithm description
Update
: 2025-02-19
Size
: 6kb
Publisher
:
刘丽
[
Algorithm
]
Matrix
DL : 0
矩阵运算:列举常用矩阵计算的算法(矩阵求逆,转置,求实对称矩阵,奇异值矩阵等等)-Matrix operations: List of common matrix calculation algorithm (matrix inverse, transpose, realistic symmetric matrix, singular value matrix, etc.)
Update
: 2025-02-19
Size
: 34kb
Publisher
:
易鑫
[
matlab
]
matrix-tezhengzhijisuan
DL : 0
通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues of a matrix power method and the main characteristics of the main features of the value of acceleration power vector Rayleigh quotient method Symmetric Matrix Eigenvalue and the main characteristics of the main vector of contraction method to shrink the value of all the characteristics of a matrix Law of the value of all the characteristics of a matrix inverse power law shift away from a constant of a matrix eigenvalue recently and its corresponding eigenvector matrix QR algorithm for getting all the characteristics of the basic values
Update
: 2025-02-19
Size
: 3kb
Publisher
:
chris_zhou
[
GPS develop
]
matrix
DL : 0
GAMIT中强大的矩阵运算,包括矩阵的压缩存贮,高效求逆算法-GAMIT the powerful matrix operations including matrix compression storage, efficient inverse algorithm
Update
: 2025-02-19
Size
: 18kb
Publisher
:
jgw
[
Algorithm
]
Matrix
DL : 0
矩阵操作的一个类,包含各类矩阵运算的常用运算和算法。-A set of Matrix computation algorithm, such as get Inverse matrix, Jacobi and so on,
Update
: 2025-02-19
Size
: 13kb
Publisher
:
wangdan
[
Algorithm
]
Large-matrix-inverse-fast
DL : 0
本文首先介绍了逆矩阵的定义以及逆矩阵的相关性质。其次,根据逆矩阵的相关理论主要介绍了矩阵求逆的几种常用方法。 如定义法、伴随矩阵法、初等变换法、三角分解法、分块矩阵法等,并运用软件matlab7.0对一些方法实现了程序化。且通过多次检验证明了所编程序的正确性。文章最后简要阐述了对一些特殊矩阵的求逆算法(如对称正定矩阵、有理矩阵),还有针对一般矩阵的广义逆矩阵的作了浅层次的探究。-This paper introduces the definition of the relevant properties of the inverse matrix and inverse matrix. Secondly, according to the theory of inverse matrix describes several methods for matrix inversion. As defined in law, with matrix method, elementary transformation, triangular decomposition, block matrix method, and use the software on some of the ways to achieve a matlab7.0 procedures. And through a number of tests to prove the correctness of the compiled program. Finally, the article briefly describes some of the special matrix inversion algorithm (eg symmetric positive definite matrix, rational matrix), there were shallow explore generalized inverse matrix for general matrices.
Update
: 2025-02-19
Size
: 291kb
Publisher
:
赵远洋
[
Algorithm
]
Matrix-Inversion-Algorithm
DL : 0
用OpenGL实现了点的显示,实现了求逆矩阵算法-Using OpenGL to achieve a point of the display, to achieve the inverse matrix algorithm
Update
: 2025-02-19
Size
: 6.53mb
Publisher
:
苏末儿
[
Algorithm
]
MyProjects20160722
DL : 0
该工程实现了一元线性和非线性回归、多元线性回归功能以及求矩阵逆算法功能。-The project implements a yuan linear and nonlinear regression, multiple linear regression function and the function of matrix inverse algorithm.
Update
: 2025-02-19
Size
: 2.45mb
Publisher
:
李红亮
[
Mathimatics-Numerical algorithms
]
SMI
DL : 0
自适应波束形成中的采样矩阵逆算法(SMI) 程序基于窄带自适应波束形成编写,很适合初学者学习使用!(Sampling matrix inverse algorithm (SMI) in adaptive beamforming The program is based on narrow-band adaptive beamforming and is suitable for beginners.)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
hrbeuguojun
[
Other
]
11p
DL : 0
自适应波束形成中的采样矩阵逆算法(SMI) 程序基于窄带自适应波束形成编写,结合易语言编码转换支持库和脚本语言支持组件,实现QQ日志的发表很适合初学者学习使用(The algorithm of sampling matrix inverse algorithm (SMI) in adaptive beamforming is based on narrowband adaptive beamforming, combined with the conversion of easy language to support library and script language to support components, so that the publication of QQ log is very suitable for beginners to learn and use.)
Update
: 2025-02-19
Size
: 1.23mb
Publisher
:
zidoa
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.