Vector Analysis Using Mathematica
www.mtsu.edu › faculty › wdingA Simple Mathematica Program We can write a rudimentary program to help us compute the triple product of three vectors. Let' s say our three vectors are v1 =H1, 2, 3L; v2 =H-1, 6, 4L; v3 =H2, -3, 5L. We can write a simple program to determine the volume of the parallelepiped composed of these vectors: In[30]:= Clear@v1,v2,v3D v1=81,2,3<; v2=8 ...
Vectors—Wolfram Language Documentation
reference.wolfram.com › language › refA valid dimension specification d in Vectors [ d, dom] is any positive integer. It is also possible to work with symbolic dimension specifications. A valid component domain specification dom in Vectors [ d, dom] is either Reals or Complexes. The domain Vectors [ d] is automatically converted into Vectors [ d, Complexes].
Doubt about tensor product of two column vectors
https://mathematica.stackexchange.com › ...As already noted, what is wanted can be obtained using either of TensorProduct[{1, 2, 3}, {2, 3, 1}] or KroneckerProduct[{1, 2, 3}, {2, 3, ...