Step 1: Represent as a matrix equation. \[ AX = B \] where \[ A = \begin{bmatrix} 2 & 3 & 3
1 & -2 & 1
3 & -1 & -2 \end{bmatrix}, \quad X = \begin{bmatrix} x
y
z \end{bmatrix}, \quad B = \begin{bmatrix} 5
-4
3 \end{bmatrix} \]
Step 2: Compute \( X = A^{-1} B \). After solving, \[ X = \begin{bmatrix} 1
-2
3 \end{bmatrix} \] Thus, \( x = 1 \), \( y = -2 \), \( z = 3 \).
(b) Order of the differential equation: $ 5x^3 \frac{d^3y}{dx^3} - 3\left(\frac{dy}{dx}\right)^2 + \left(\frac{d^2y}{dx^2}\right)^4 + y = 0 $