Description: 用雅可比法求实对称阵的特征值与特征向量
例子中为3阶矩阵-Jacobi method with realistic symmetric matrix of eigenvalues and eigenvectors for the case of 3-order matrix Platform: |
Size: 175104 |
Author:王云峰 |
Hits:
Description: The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5 Platform: |
Size: 2048 |
Author:sarah |
Hits:
Description: Write an MPI program that solves a set of linear equations Ax = b with the
并行计算
Jacobi method. The root
process reads the matrix A and the vector b from files. The file names have to be specified by the user
as parameters.-Write an MPI program that solves a set of linear equations Ax = b with the Jacobi method. The root
process reads the matrix A and the vector b from files. The file names have to be specified by the user
as parameters. Platform: |
Size: 2048 |
Author:刘铭 |
Hits:
Description: 一种利用Yacobi方法求实对称矩阵的特征向量的C程序源代码-Source code of a the eigenvectors C program Yacobi real symmetric matrix Platform: |
Size: 37888 |
Author:wush |
Hits:
Description: 矩阵特征分解算法的C代码程序包,包括瑞利商算法、Givens旋转算法、QL分解,和雅可比循环算法,另有一篇英文文档详细描述了各种算法函数的参数,程序思路。
-This is C code packet for Matrix decomposition algorithms including C file of Rayleigh s quotient method, Givens bisection method, QL method and Jacobi cyclic method as well as a doc file describing ideal, parameter of these code files in detail. Platform: |
Size: 26624 |
Author:唐然 |
Hits: