AAE-NA-Labs/01_Direct-Methods-for-Solving-Linear-Systems/Report/problems/Problem11.tex
Sergiusz Warga a3fa9eb91d refac
2023-03-11 20:08:05 +01:00

17 lines
409 B
TeX

\subsection{Problem 11}
Compute the LU factorization for
\begin{equation*}
\matr{A} =
\begin{bmatrix}
\phantom{-}1 & \phantom{-}3 & 3 & 2 \\
\phantom{-}2 & \phantom{-}6 & 9 & 5 \\
-1 & -3 & 3 & 0
\end{bmatrix}
\end{equation*}
Determine a set of basic variables and a set of free variables, and find a homogeneous solution to $\mathbf{Ax = 0}$. What is the rank of $\mathbf{A}$?