History & Comments
Back
Fill content
Description:Added definition of homogeneous system
# Definition of homogeneous linear system of equationsPut content here.**Definition:** A **homogeneous linear system** is a system of the form $Ax = 0$, where every constant term on the right-hand side is zero. ⏎ Written out: $$\begin{cases}\n a_{11} x_1 + a_{12} x_2 + \cdots + a_{1n} x_n = 0 \\\n a_{21} x_1 + a_{22} x_2 + \cdots + a_{2n} x_n = 0 \\\n \quad\vdots \\\n a_{m1} x_1 + a_{m2} x_2 + \cdots + a_{mn} x_n = 0\n\end{cases}$$ ⏎ Every homogeneous system is consistent because $x = 0$ is always a solution (the **trivial solution**). ⏎ **Example:** $$\begin{cases} x + y - z = 0 \\ 2x - y + 3z = 0 \end{cases}$$ # Parents * Linear systems of equations
Sign in to add a new comment