Description: For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using Gaussian elimination in the back substitution process of solving simple equations AX = B solution. This procedure is used MATLAB, running as long as the input matrix A and B, can be obtained equations. Detailed program notes, well understood. The program is versatile.
To Search:
File list (Check if you may need any files):
方程组AX=B的上三角变换和回带求解\backsub.m
................................\uptrbk.m
方程组AX=B的上三角变换和回带求解