Matlab Algorithm Collection
1.Gaussian Elimination: function (x,det,flag)=Gauss(A,b), where A is the coefficient matrix of the equations; b is the right-hand side; det is the value of the determinant of the coefficient matrix; x is the solution of the equations. 2.Gaussian-Jordan Elimination: function (x,flag)=Gau_Jor(A,b), where flag=’ok’ indicates successful computation. 3.The syntax for plotting function graphs is: (1).plot——Utilize points to … Read more