Chapter 1: Vectors, Lines and Planes
Section 1.4: Cross Product
|
Example 1.4.3
|
|
For the vectors A, B, and C of Example 1.4.2, and , verify the identity .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
The relevant calculations are as follows.
= and =
=
⇒ = =
|
|
Maple Solution - Interactive
|
|
Data entry
|
•
|
Context Panel: Assign to a Name≻A
|
|
|
•
|
Context Panel: Assign to a Name≻B
|
|
|
•
|
Context Panel: Assign to a Name≻C
|
|
|
•
|
Context Panel: Assign to a Name≻V
|
|
|
Left-hand Side
|
Right-hand Side
|
=
|
=
|
|
|
It would be more natural to state the identity in terms of A, B, C, and D, but the symbol "D" is reserved in Maple for the differentiation operator. There are ways around this restriction, but the cure is worse than the illness.
To write the notation for the determinant, place single strokes around the matrix, fill in the entries of the matrix, then delete the brackets that denote "matrix". It is not essential to remove these brackets - Maple will still interpret the single vertical strokes as a call to the determinant function. But it looks nicer to delete the brackets.
|
|
Maple Solution - Coded
|
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
•
|
Install the Student LinearAlgebra package.
|
|
|
•
|
Define the vectors A, B, C, and V.
|
|
|
|
|
Apply the DotProduct, CrossProduct, Determinant, and Matrix commands. The syntax used below in the Matrix command provides each row as a list-of-lists, with the sublists defining the rows of the matrix.
Left-hand Side
|
=
|
Right-hand Side
|
=
|
|
|
It would be more natural to state the identity in terms of A, B, C, and D, but the symbol "D" is reserved in Maple for the differentiation operator. There are ways around this restriction, but the cure is worse than the illness.
|
|
|
<< Previous Example Section 1.4
Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2025. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|