Procédé de Gram-Schmidt pour $$$\left[\begin{array}{c}t\\0\end{array}\right]$$$, $$$\left[\begin{array}{c}- t\\t\end{array}\right]$$$
Votre saisie
Orthonormalisez l’ensemble des vecteurs $$$\mathbf{\vec{v_{1}}} = \left[\begin{array}{c}t\\0\end{array}\right]$$$, $$$\mathbf{\vec{v_{2}}} = \left[\begin{array}{c}- t\\t\end{array}\right]$$$ à l’aide du procédé de Gram-Schmidt.
Solution
Selon le procédé de Gram-Schmidt, $$$\mathbf{\vec{u_{k}}} = \mathbf{\vec{v_{k}}} - \sum_{j=1}^{k - 1} \operatorname{proj}_{\mathbf{\vec{u_{j}}}}\left(\mathbf{\vec{v_{k}}}\right)$$$, où $$$\operatorname{proj}_{\mathbf{\vec{u_{j}}}}\left(\mathbf{\vec{v_{k}}}\right) = \frac{\mathbf{\vec{u_{j}}}\cdot \mathbf{\vec{v_{k}}}}{\mathbf{\left\lvert\vec{u_{j}}\right\rvert}^{2}} \mathbf{\vec{u_{j}}}$$$ est une projection vectorielle.
Le vecteur normalisé est $$$\mathbf{\vec{e_{k}}} = \frac{\mathbf{\vec{u_{k}}}}{\mathbf{\left\lvert\vec{u_{k}}\right\rvert}}$$$.
Étape 1
$$$\mathbf{\vec{u_{1}}} = \mathbf{\vec{v_{1}}} = \left[\begin{array}{c}t\\0\end{array}\right]$$$
$$$\mathbf{\vec{e_{1}}} = \frac{\mathbf{\vec{u_{1}}}}{\mathbf{\left\lvert\vec{u_{1}}\right\rvert}} = \left[\begin{array}{c}\frac{t}{\left|{t}\right|}\\0\end{array}\right]$$$ (pour les étapes, voir calculatrice de vecteur unitaire).
Étape 2
$$$\mathbf{\vec{u_{2}}} = \mathbf{\vec{v_{2}}} - \operatorname{proj}_{\mathbf{\vec{u_{1}}}}\left(\mathbf{\vec{v_{2}}}\right) = \left[\begin{array}{c}0\\t\end{array}\right]$$$ (pour les étapes, voir calculatrice de projection de vecteurs et calculatrice de soustraction de vecteurs).
$$$\mathbf{\vec{e_{2}}} = \frac{\mathbf{\vec{u_{2}}}}{\mathbf{\left\lvert\vec{u_{2}}\right\rvert}} = \left[\begin{array}{c}0\\\frac{t}{\left|{t}\right|}\end{array}\right]$$$ (pour les étapes, voir calculatrice de vecteur unitaire).
Réponse
L’ensemble des vecteurs orthonormés est $$$\left\{\left[\begin{array}{c}\frac{t}{\left|{t}\right|}\\0\end{array}\right], \left[\begin{array}{c}0\\\frac{t}{\left|{t}\right|}\end{array}\right]\right\}$$$A.