24 total
By the end of these notes, you will be able to:
A linear simultaneous equation is simply an equation involving unknowns (like x, y, z) where none of them are squared or multiplied together — just plain multiples of each variable added together. A "system" means you have several of these equations at the same time, and you want to find values of x, y, z that satisfy all of them at once.
For example, consider this system of 3 equations in 3 unknowns:
2x+y−z=5 x−3y+2z=4 3x+2y+z=1
A matrix equation takes the form:
Ax=b
Where:
For the example above:
A=2131−32−121,x=xyz,b=541
So the full matrix equation is:
2131−32−121xyz=541
You can check this works by multiplying out — each row of A times x gives one of the original equations.
Going the other way: If you are given the matrix equation Ax=b, you can write out the three separate equations by reading off each row of A.
Sign in to view full notes