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

Online Help

Student[MultivariateCalculus]

  

DotProduct

  

return the dot product of two vectors

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

DotProduct(u, v, conjopt)

u . v

Parameters

u, v

-

Vectors with algebraic entries and equal dimensions

conjopt

-

(optional) a keyword argument of the form conjugate = truefalse; defaults to false

Description

• 

The DotProduct command computes the dot product of u and v.

• 

The infix operator . can also be used to compute the dot product.

• 

If u and v are -dimensional Vectors, and conjugate is false, their dot product is given by the formula . If conjugate is true, then their dot product is given by the formula .

Examples

(1)

(2)

(3)

The complex dot product is not commutative.

(4)

(5)

Compatibility

• 

The Student[MultivariateCalculus][DotProduct] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

Student

Student[MultivariateCalculus]

 


Download Help Document