Basic And Free Variables

Given a system of linear equations with variables and equations, with coefficient matrix and augmented matrix

  1. a variable is called a free variable if its corresponding column in does not contain a pivot (or a leading one).

  2. a variable is called a leading variable or a basic variable or a dependent variable if its corresponding column in contains a pivot (or a leading one).

.