Student[MultivariateCalculus]
TripleScalarProduct
return the triple scalar product of three vectors
Calling Sequence
Parameters
Description
Examples
Compatibility
TripleScalarProduct(u, v, w)
BoxProduct(u, v, w)
u, v, w
-
three-dimensional Vectors with algebraic entries
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)).
with⁡Student:-MultivariateCalculus:
u≔a,b,c
u≔abc
v≔d,e,f
v≔def
w≔g,h,i
w≔ghi
expand⁡TripleScalarProduct⁡u,v,w
a⁢e⁢i−a⁢f⁢h−b⁢d⁢i+b⁢f⁢g+c⁢d⁢h−c⁢e⁢g
The triple scalar product is invariant under circular shift of the arguments.
expand⁡BoxProduct⁡w,u,v
expand⁡v·w&xu
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
Download Help Document