πŸ“˜ Chapter 8: Systems of Linear Equations

πŸ” What is a System of Equations?

A system of linear equations is a set of equations involving the same variables. Example:

\[ \begin{aligned} x + y + z &= 6 \\ 2x - y + 3z &= 14 \\ -x + 2y - z &= -2 \end{aligned} \]

🧠 Methods to Solve

πŸ“Š Types of Solutions

πŸ“Œ Example

Use Gaussian elimination on: \[ \begin{aligned} x + y + z &= 6 \\ x + 2y + 3z &= 14 \\ 2x + y + z &= 10 \end{aligned} \] Convert to augmented matrix and apply row operations to solve.

πŸ“ Practice

Q: Solve the following system using any method: \[ \begin{aligned} 2x + 3y &= 8 \\ 4x + 9y &= 20 \end{aligned} \]