Welcome![Sign In][Sign Up]
Location:
Search - jacobi c code

Search list

[Mathimatics-Numerical algorithmseignvalue

Description: 一般实矩阵的特征值计算-general real matrix eigenvalue calculation
Platform: | Size: 2048 | Author: 侯信磊 | Hits:

[Mathimatics-Numerical algorithmsJacobi迭代法

Description: 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
Platform: | Size: 20480 | Author: luo | Hits:

[Mathimatics-Numerical algorithmsC++常用算法之08非线性方程组求解

Description: 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book supporting solve nonlinear equations code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Platform: | Size: 103424 | Author: 闻杉 | Hits:

[CSharpGauss-Seidel

Description: 该源码是国外用C#编写的用于数学分析的源码,主要用来解决高斯-塞得尔问题的-The source code is used abroad C# Prepared for the mathematical analysis of the source is mainly used to solve the Gauss- Zeidel issues
Platform: | Size: 17408 | Author: 李丽 | Hits:

[OtherMathematics

Description: 利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题,Visual C#源代码-Numerical analysis of the use of LU, LDLT, JACOBI, GAUSS_SEIDEL, RELAXATION structure matrix method to solve various problems, Visual C# Source code
Platform: | Size: 5120 | Author: 王大和 | Hits:

[MPIjacobi

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:

[Otherrandom-inc

Description: 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the random function, with large numbers theorem can be simulated normal distribution. Mathematical algorithms used in the two Jacobi transformation, directly generate a normal distribution, but this algorithm is very large in the calculation occurs when the number of overflow error.
Platform: | Size: 1024 | Author: kgd | Hits:

[AlgorithmJacobi_iteration_Roots

Description: 一个实用的雅可比迭代求根的C++源代码,可以很方便的进行计算,并且是由用户输入数据,很灵活。-Use of a Jacobi iteration Roots of C++ source code
Platform: | Size: 1024 | Author: 李远江 | Hits:

[source in ebookthe-codes-of-C-about-important-algorithms

Description: 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
Platform: | Size: 7168 | Author: jhy | Hits:

[Algorithm2

Description: 算法C语言实现源代码之二:牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-Algorithm C language source code of the two: Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisaideer
Platform: | Size: 2048 | Author: 张丽丽 | Hits:

[Otheralgorithm

Description: 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
Platform: | Size: 4096 | Author: Robert | Hits:

[MPIJacobi_MPI

Description: MPI c++ jacobi迭代代码,VS05 下编译通过-MPI c++ jacobi iteration code, VS05 compiled by
Platform: | Size: 2048 | Author: pujunyi | Hits:

[Algorithmyakebi

Description: 雅克比迭代公式的源代码,是用C++编程的源程序,希望大家踊跃下载-Jacobi iteration formula of the source code is C++ programming source code, I hope you actively download
Platform: | Size: 3072 | Author: yy | Hits:

[Algorithmyaccobi

Description: 数值计算方法,将连续方程离散化,用迭代方法求解最优解,这里是雅可比迭代C++的代码-Numerical methods, discretization of continuous equations, iterative method for solving the optimal solution, here is the Jacobi iteration code in C++
Platform: | Size: 1024 | Author: 吴建金 | Hits:

[Algorithmshuzhifenxi

Description: 数值分析课程中代码的C++实现,主要有Gauss,高斯赛德尔消去法,jacobi行列式,朗格朗日插值、列主元高斯消去等。-Numerical analysis course code C++ implementation, mainly the Gauss the the high Sisaideer elimination, jacobi determinant Lang Gelang interpolation out PCA Gaussian elimination.
Platform: | Size: 941056 | Author: Maple | Hits:

[AlgorithmJACOBI-method

Description: 一种利用Yacobi方法求实对称矩阵的特征向量的C程序源代码-Source code of a the eigenvectors C program Yacobi real symmetric matrix
Platform: | Size: 37888 | Author: wush | Hits:

[Otherjacobi

Description: 雅可比迭代法的C++代码,最简单的迭代法求解方程组-jacobi iteration method C++ code
Platform: | Size: 7168 | Author: wangchao | Hits:

[Algorithmjacobi

Description: 求解线性方程组的雅克比迭代法的C语言代码以及VC6.0编译器的项目文件。-The C language code of Jacobi iterative method for solving linear equations and the project files using the Visual Studio C++ 6.0 compile.
Platform: | Size: 62464 | Author: qin | Hits:

[Software EngineeringJacobi-algorithm-and-source-code

Description: Jacobi迭代算法求解线性方程组,有算法说明与C++代码-algorithm and C++ source code for Jacobi
Platform: | Size: 58368 | Author: 李正东 | Hits:

[AlgorithmEigen-decomposition

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:

CodeBus www.codebus.net