(A) दिया गया है $A = \begin{bmatrix} 0 & 2y & z \\ x & y & -z \\ x & -y & z \end{bmatrix}$.
परिवर्तित आव्यूह $A^{\prime} = \begin{bmatrix} 0 & x & x \\ 2y & y & -y \\ z & -z & z \end{bmatrix}$.
दिया गया है $A^{\prime} A = I$,जहाँ $I = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$.
$A^{\prime} A$ की गणना करने पर:
$\begin{bmatrix} 0 & x & x \\ 2y & y & -y \\ z & -z & z \end{bmatrix} \begin{bmatrix} 0 & 2y & z \\ x & y & -z \\ x & -y & z \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$
आव्यूह गुणन करने पर:
$\begin{bmatrix} 0+x^2+x^2 & 0+xy-xy & 0-xz+xz \\ 0+xy-xy & 4y^2+y^2+y^2 & 2zy-zy-zy \\ 0-xz+xz & 2zy-zy-zy & z^2+z^2+z^2 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$
आव्यूह को सरल करने पर:
$\begin{bmatrix} 2x^2 & 0 & 0 \\ 0 & 6y^2 & 0 \\ 0 & 0 & 3z^2 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$
संगत अवयवों की तुलना करने पर:
$2x^2 = 1 \implies x^2 = \frac{1}{2} \implies x = \pm \frac{1}{\sqrt{2}}$
$6y^2 = 1 \implies y^2 = \frac{1}{6} \implies y = \pm \frac{1}{\sqrt{6}}$
$3z^2 = 1 \implies z^2 = \frac{1}{3} \implies z = \pm \frac{1}{\sqrt{3}}$
अतः,$x = \pm \frac{1}{\sqrt{2}}, y = \pm \frac{1}{\sqrt{6}}, z = \pm \frac{1}{\sqrt{3}}$।