1.1 Systems of Linear Equations

A linear equation in n unknowns is an equation of the form

a1x1+a2x2++anxn=b

where a1,a2,,an and b are real numbers and x1,x2,,xn are variables. A linear system of m equations in n unknowns is then a system of the form

a11x1+a12x2++a1nxn=b1a21x1+a22x2++a2nxn=b2   am1x1+am2x2++amnxn=bm (1)

where the aij’s and the bi’s are all real numbers. We will refer to systems of the form (1) as m×n linear systems. The following are examples of linear systems:

  1. x1+2x2=52x1+3x2=8

  2. x1x2+x3=22x1+x2x3=4

  3. x1+x2=2x1x2=1x1x2=4

System (a) is a 2×2 system, (b) is a 2×3 system, and (c) is a 3×2 system.

By a solution of an m×n system, we mean an ordered n-tuple of numbers (x1,x2,,xn) that satisfies all the equations of ...

Get Linear Algebra with Applications, 10th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.