文件名称:GaussianElimination
介绍说明--下载内容均来自于网络,请自行研究使用
x=GaussianElimination(A,b)
GaussianElimination solves system of linear equations of the form Ax = b using Gaussian Elimination method.
A = n x n square matrix with the coefficients of the system of equations
as the elements of matrix A
b = column matrix with length = n
GaussianElimination solves system of linear equations of the form Ax = b using Gaussian Elimination method.
A = n x n square matrix with the coefficients of the system of equations
as the elements of matrix A
b = column matrix with length = n
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GaussianElimination.m