HouseholderMatrix - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[LinearAlgebra]

  

HouseholderMatrix

  

construct a Householder Matrix

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

HouseholderMatrix(V, options)

Parameters

V

-

Vector; used for constructing the Householder Matrix

options

-

(optional) parameters; for a complete list, see LinearAlgebra[HouseholderMatrix]

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

Compatibility

• 

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