For a matrix represented as . Where is the coefficient matrix and is the vector of solutions, If is the , this is a homogenous matrix representing a homogeneous system.
Example

Homogeneous Form
You can represent a 2D point in homogeneous form (homogeneous coordinates) which represents that 2D point in a higher order. The point of representing points in this form, is so that Geometrical Transformations can be applied using matrix multiplication.
For example, where is the homogeneous coordinate and is basically like a scaling factor. So and the cartesian coordinates can be recovered by .