Student[LinearAlgebra]
HouseholderMatrix
construct a Householder Matrix
Calling Sequence
Parameters
Description
Examples
Compatibility
HouseholderMatrix(V, options)
V
-
Vector; used for constructing the Householder Matrix
options
(optional) parameters; for a complete list, see LinearAlgebra[HouseholderMatrix]
The HouseholderMatrix(V) function constructs a Householder Matrix from the values in the Vector V.
If is a Vector of dimension n and indicates its transpose, then HouseholderMatrix(V) constructs the Matrix (if V is a column Vector) or (if V is a row Vector), where and by default. You can provide a different value for . See LinearAlgebra[HouseholderMatrix] for more information.
The Student[LinearAlgebra][HouseholderMatrix] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
Matrix
Vector
Download Help Document