TripleScalarProduct - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Student[MultivariateCalculus]

  

TripleScalarProduct

  

return the triple scalar product of three vectors

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

TripleScalarProduct(u, v, w)

BoxProduct(u, v, w)

Parameters

u, v, w

-

three-dimensional Vectors with algebraic entries

Description

• 

The TripleScalarProduct command computes the triple scalar product of u, v, and w.

• 

The triple scalar product can also be computed with BoxProduct, which is an alias of TripleScalarProduct.

• 

The triple scalar product is given by DotProduct(u, CrossProduct(v, w)).

Examples

withStudent:-MultivariateCalculus:

ua,b,c

uabc

(1)

vd,e,f

vdef

(2)

wg,h,i

wghi

(3)

expandTripleScalarProductu,v,w

aeiafhbdi+bfg+cdhceg

(4)

The triple scalar product is invariant under circular shift of the arguments.

expandBoxProductw,u,v

aeiafhbdi+bfg+cdhceg

(5)

expandv·w&xu

aeiafhbdi+bfg+cdhceg

(6)

Compatibility

• 

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

• 

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

See Also

Student

Student[MultivariateCalculus]