LEMNISCATA
Matemàtiques, física, química…
Discutirem el sistema aplicant el mètode de Gauss:
$$\begin{pmatrix}
1 & -2 & -3 & | & 0 \\
3 & 10 & -1 & | & 0 \\
1 & 14 & \alpha & | & 0
\end{pmatrix}$$
$$\underset{E_2 \gets E_2 – 3E_1}{E_3 \gets E_3 – E_1} \begin{pmatrix}
1 & -2 & -3 & | & 0 \\
0 & 16 & 8 & | & 0 \\
0 & 16 & \alpha + 3 & | & 0
\end{pmatrix}$$
$$\underset{E_3 \gets E_3 – E_2}{} \begin{pmatrix}
1 & -2 & -3 & | & 0 \\
0 & 16 & 8 & | & 0 \\
0 & 0 & \alpha – 5 & | & 0
\end{pmatrix}$$
El sistema inicial és equivalent a:
$$S = \begin{cases}
x – 2y – 3z = 0 \\
-16y – 8z = 0
\end{cases}$$
la solució del qual és:
$$\begin{cases}
x = 2\mu \\
y = \frac{\mu}{2} \quad \text{on } \mu \in \mathbb{R}. \\
z = \mu
\end{cases}$$
El sistema inicial és equivalent a:
$$S = \begin{cases}
x – 2y – 3z = 0 \\
-16y – 8z = 0 \\
-5z = 0
\end{cases}$$
la solució del qual és:
$$\begin{cases}
x = 0 \\
y = 0 \\
z = 0
\end{cases}$$