搜索资源列表
tina
- C++解线性方程组 复系数方程组的全选主元高斯消去法-C + + solution of linear equations of complex equations of the entire election PCA Gaussian Elimination
shizhifenxi
- 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepared by the various mathematica
qiujuzhendezhi
- 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
qiuyibanhanglieshidezhi
- 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序-1. Function with all the main election yuan Gaussian elimination method n matr
全选主元高斯消去法解复系数线形代数方程组
- 全选主元高斯消去法解复系数线形代数方程组-entire election PCA Gaussian Elimination demultiplexing coefficient of linear algebraic equations
全选主元高斯消去法解实系数线形代数方程组
- 全选主元高斯消去法解实系数线形代数方程组-entire election PCA Gaussian Elimination solution is linear coefficient of algebraic equations
ACGAS
- 用全选主元高斯消去法求解N复系数阶线性方程组AX=B
Gauss
- 本算法为全选主元高斯消去法,用于线性代数方程组的求解
CH1
- C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等
求解线性代数方程组
- 线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire election PCA Gaussian Eliminatio
agaus
- 全选主元高斯消去法agaus.c--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-entire election PCA Gaussian Elimination agaus.c --return to the original equation is expressed by the coefficient matrix, a sign of the return value is not zero, then returned to normal.
全选主元高斯消去法
- 使用全选主元的高斯消去法解线性方程组
213
- 求行列式值的全选主元高斯消去法的c语言实现-Demand determinant value of the Select Principal Gaussian elimination c-language implementation
fuxishu
- 复系数方程组的全选主元高斯消去法 param mtxCoefImag - 系数矩阵的虚部矩阵 param mtxConstImag - 常数矩阵的虚部矩阵-Complex coefficients equations PCA Select Gaussian elimination param mtxCoefImag- the imaginary part of coefficient matrix matrix param mtxConstImag- constant matrix th
Matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
CH1
- 1.1 全选主元高斯消去法agaus.c 1.2 全选主元高斯-约当消去法agjdn.c-1.1 Select pivot Gaussian elimination agaus.c 1.2 Select pivot Gauss- Jordan elimination agjdn.c
CH2
- 2.6 托伯利兹矩阵求逆的特兰持方法btrch.c 2.7 求行列式值的全选主元高斯消去法bsdet.c 2.8 求矩阵秩的全选主元高斯消去法brank.c-2.6 Toeplitz matrix inversion method of trun who seek btrch.c 2.7 Select the main determinant of the value of the yuan bsdet.c 2.8 Gaussian elimination matrix rank ord
vc
- 矩阵计算,主要是利用一个函数得到结果。全选主元高斯消去法-Matrix calculations, mainly using a function to get results. Select principal component Gaussian elimination method
Gauss_Complex
- 采用全选主元高斯消去法,求解复系数线性方程组。其中ar存方程组复系数矩阵实部,ai存虚部。br存右端向量实部,返回解向量实部;bi存右端向量虚部,返回解向量虚部。-With full pivoting Gaussian elimination, solving linear equations. Ar equations which keep the real part of complex coefficient matrix, ai keep the imaginary part. br k
CH1
- 运用全选主元高斯消去法解线性方程组(Fortran语言编写)(The solution of linear equations with full pivoting Gauss elimination method)