文件名称:SolveLinearEqutations
介绍说明--下载内容均来自于网络,请自行研究使用
全选主元高斯-约当消去法求解稀疏线性方程组
输入参数a[]系数矩阵,n线性方程阶数,b[]右端项
输出参数b[]方程组的解
返回值 : 1求解成功 0求解失败-Select the main element Gauss- Jordan elimination method for solving sparse linear equations
Input parameters a [] coefficient matrix, n order linear equations, b [] right-hand side
Output parameter b solution of equations []
Returns: 1 0 Solving failure to solve success
输入参数a[]系数矩阵,n线性方程阶数,b[]右端项
输出参数b[]方程组的解
返回值 : 1求解成功 0求解失败-Select the main element Gauss- Jordan elimination method for solving sparse linear equations
Input parameters a [] coefficient matrix, n order linear equations, b [] right-hand side
Output parameter b solution of equations []
Returns: 1 0 Solving failure to solve success
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SolveLinearEqutations.c