Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: N/A

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Coefficient Matrix of a Linear System

Given a linear system of m equations and n unknowns

a11x1+a12x2++a1nxn=b1a21x1+a22x2++a2nxn=b2am1x1+am2x2++amnxn=bm

we can write this system as a linear systems problem Ax=b where the matrix

A=[a11a12a1na21a22a2nam1am2amn]

is the coefficient matrix of our linear system.

  • Row dimension of matrix A indicates number of equations we are solving at the same time
  • Column dimension of matrix A counts the number of unknown variables

Remark. The basic idea of solving a linear system of equations is to transform the linear system into an equivalent matrix equation and transform the matrix so the linear system is much easier to solve.