搜索资源列表
gaussian elimination with partial pivoting
- gaussian elimination with partial pivoting for C++ 解方程组
gs
- 高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0
Gsxq
- 高斯消去法解方程组-Gaussian Elimination System Solutions
高性能计算高斯消去解方程组c++程序
- 高性能计算高斯消去解方程组c++程序(复杂度 n^3-high-performance computing solutions Gaussian Elimination equations c (n ^ complex 3
interfunc
- 要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, t
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n
高斯消元法(c)
- 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
Gauss_pivot
- Gauss列主元素消去法,同时给了Matlab的M文件和C代码文件。-out the main elements of Gauss elimination, but also to the Matlab M C code files and documents.
解线性方程的直接法
- 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
matlab-code
- matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, f
gaussjor
- 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA Gauss-Jordan elimination method, the solution of linear equations, functions and includes examples Call
AGGJE
- 用全选主元高斯-约当消去发求解系数矩阵为稀疏矩阵的方程组-Select All PCA with Gaussian- about when fat elimination for solving sparse matrix for the coefficient matrix of equations
C2
- 线性代数方程组的解法.全主元高斯约当消去法,LU分解法,追赶法-Linear algebraic equations of the solution. The entire principal Gauss Jordan elimination method, LU decomposition method, to catch up with the Law
LU
- 用MATLAB写的Gaussian Elimination算法即LU算法-Written using MATLAB or LU algorithm Gaussian Elimination Algorithm
Jacobi
- 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100 -2. Using Gaussian elimination method and Gaussian eliminati
gauss.c
- Using Gaussian elimination to solve linear equations.
gaosixiaoyuan
- 自己编的高斯消元法求线性方程组的根 可以供数值算法的朋友参考-Own Gauss elimination method for the root system of linear equations for the numerical algorithm can refer to a friend
NumAna_GaussElim
- 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。 程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equat
Gauss
- 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)-Solution of n-order linear equations Ax = b of the PCA out of the general Gaussian elimination procedure is as follows (the following procedures are prepared under matla
Candidate-Elimination-master
- Implementaion Candidate Elimination in C++