Calculatrice de Gram-Schmidt
Appliquez la méthode de Gram-Schmidt pas à pas
Cette calculatrice orthonormalisera l’ensemble de vecteurs, c’est-à-dire trouvera la base orthonormale, en utilisant le procédé de Gram-Schmidt, avec les étapes affichées.
Votre saisie
Orthonormalisez l’ensemble des vecteurs $$$\mathbf{\vec{v_{1}}} = \left[\begin{array}{c}0\\3\\4\end{array}\right]$$$, $$$\mathbf{\vec{v_{2}}} = \left[\begin{array}{c}1\\0\\1\end{array}\right]$$$, $$$\mathbf{\vec{v_{3}}} = \left[\begin{array}{c}1\\1\\3\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}0\\3\\4\end{array}\right]$$$
$$$\mathbf{\vec{e_{1}}} = \frac{\mathbf{\vec{u_{1}}}}{\mathbf{\left\lvert\vec{u_{1}}\right\rvert}} = \left[\begin{array}{c}0\\\frac{3}{5}\\\frac{4}{5}\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}1\\- \frac{12}{25}\\\frac{9}{25}\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}\frac{5 \sqrt{34}}{34}\\- \frac{6 \sqrt{34}}{85}\\\frac{9 \sqrt{34}}{170}\end{array}\right]$$$ (pour les étapes, voir calculatrice de vecteur unitaire).
Étape 3
$$$\mathbf{\vec{u_{3}}} = \mathbf{\vec{v_{3}}} - \operatorname{proj}_{\mathbf{\vec{u_{1}}}}\left(\mathbf{\vec{v_{3}}}\right) - \operatorname{proj}_{\mathbf{\vec{u_{2}}}}\left(\mathbf{\vec{v_{3}}}\right) = \left[\begin{array}{c}- \frac{3}{17}\\- \frac{4}{17}\\\frac{3}{17}\end{array}\right]$$$ (pour les étapes, voir calculatrice de projection de vecteurs et calculatrice de soustraction de vecteurs).
$$$\mathbf{\vec{e_{3}}} = \frac{\mathbf{\vec{u_{3}}}}{\mathbf{\left\lvert\vec{u_{3}}\right\rvert}} = \left[\begin{array}{c}- \frac{3 \sqrt{34}}{34}\\- \frac{2 \sqrt{34}}{17}\\\frac{3 \sqrt{34}}{34}\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}0\\\frac{3}{5}\\\frac{4}{5}\end{array}\right], \left[\begin{array}{c}\frac{5 \sqrt{34}}{34}\\- \frac{6 \sqrt{34}}{85}\\\frac{9 \sqrt{34}}{170}\end{array}\right], \left[\begin{array}{c}- \frac{3 \sqrt{34}}{34}\\- \frac{2 \sqrt{34}}{17}\\\frac{3 \sqrt{34}}{34}\end{array}\right]\right\}\approx \left\{\left[\begin{array}{c}0\\0.6\\0.8\end{array}\right], \left[\begin{array}{c}0.857492925712544\\-0.411596604342021\\0.308697453256516\end{array}\right], \left[\begin{array}{c}-0.514495755427527\\-0.685994340570035\\0.514495755427527\end{array}\right]\right\}.$$$A