You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the \(QR\) factorization of the given matrix.
60
-
$BR
61
-
$BR
62
-
$BCENTER
63
-
\($M = \) \{ $Q->ans_array \} \{ $R->ans_array \}
64
-
$ECENTER
65
-
END_TEXT
66
-
Context()->normalStrings;
71
+
BEGIN_PGML_SOLUTION
72
+
The [`3\times 1`] matrix M is equivalent to a vector and Q is supposed to be an orthogonal matrix, that is, a sequence of orthonormal column vectors, so Q is equivalent to a single unit vector that is parallel to M. The length of M is [`[$mult]\sqrt{[$normsq]}`]
0 commit comments