This document provides an introduction to solving simultaneous linear equations using matrix algebra in Matlab. It discusses representing the equations in matrix format as [A]{x} = {b} and solving for {x} using the inverse of A, or using left and right division which implement back substitution methods. Examples are provided to demonstrate solving systems of linear equations using inverse, left division, and right division operations in Matlab. Practice problems are included to apply these concepts.