augmented matrix

An augmented matrix (AB) is a m×(n+k) matrix constructed by appending a m×k matrix B to a m×n matrix A.

This is typically done when solving a linear system, for the purposes of performing Gaussian elimination.


Given a matrix equation Ax=b, the augmented matrix (Ab) can be reduced to row echelon form, which gives information about the consistency of the system.


For a matrix A and identity matrix I, the augmented matrix (AI) can be reduced using elementary row operations to (IA1), giving the inverse of A.


Powered by Forestry.md