New concepts:
Matrix equations
Simple linear systems
A linear equation for unknowns x1,…,xn is of form
i.e., a linear combination of x1,…,xn is set equal to some value (b1)
Multiple (m) linear equations form a linear system
The above is concisely stated as 𝑨⁡𝒙=𝒃, 𝑨∈ℝm×n, 𝒙∈ℝn, 𝒃∈ℝm
Linear systems can have:
No solutions: 0⋅x=1; x+y=1, x+y=2
Unique solution: x=1; x+y=1, x-y=0
Infinitely many solutions: x+y=1, 2x+2y=2.
Some systems 𝑨⁡𝒙=𝒃, 𝑨∈ℝm×m are easily solvable:
Diagonal systems 𝑨=diag([ a11 a22 … am⁡m ]). If ai⁡i≠0 for all i then
Triangular systems, 𝑨 is upper triangular if all elements beneath diagonal are zero, solvable by back-substitution
Example: