LEMNISCATA
Matemàtiques, física, química…
Fem servir la fórmula del determinant per a matrius $3 \times 3$:
$$\text{det}(A) = a(ei – fh) – b(di – fg) + c(dh – eg)$$
Assignem les lletres corresponents:
$$A = \begin{pmatrix}
a & b & c \\
d & e & f \\
g & h & i
\end{pmatrix}
= \begin{pmatrix}
1 & 0 & -1 \\
0 & 2 & 3 \\
1 & -1 & 1
\end{pmatrix}$$
Ara substituïm:
$$\text{det}(A) = 1(2 \cdot 1 – 3 \cdot (-1)) – 0(0 \cdot 1 – 3 \cdot 1) + (-1)(0 \cdot (-1) – 2 \cdot 1)$$
$$= 1(2 + 3) – 0(\cdot) + (-1)(0 – 2)$$
$$= 5 + 2 = 7$$
✅ Determinant de $A$ és 7
Per cada element $a_{ij}$, eliminem la fila $i$ i la columna $j$, i calculem el menor (determinant de la submatriu $2 \times 2$). Després, apliquem el signe corresponent segons la matriu de signes:
$$\begin{pmatrix} + & – & + \\ – & + & – \\ + & – & +\end{pmatrix}$$
Anem a fer cada cofactor:
$$\text{Cof}(A) =
\begin{pmatrix}
5 & 3 & -2 \\
-1 & 2 & 1 \\
2 & -3 & 2
\end{pmatrix}$$
$$\text{adj}(A) =
\begin{pmatrix}
5 & 1 & 2 \\
3 & 2 & -3 \\
-2 & 1 & 2
\end{pmatrix}$$
$$A^{-1} = \frac{1}{\det(A)} \cdot \text{adj}(A) = \frac{1}{7} \cdot
\begin{pmatrix}
5 & 1 & 2 \\
3 & 2 & -3 \\
-2 & 1 & 2
\end{pmatrix}$$
$$A^{-1} =
\begin{pmatrix}
\frac{5}{7} & \frac{1}{7} & \frac{2}{7} \\
\frac{3}{7} & \frac{2}{7} & -\frac{3}{7} \\
-\frac{2}{7} & \frac{1}{7} & \frac{2}{7}
\end{pmatrix}$$