Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
7
Task/Vector-products/Mathematica/vector-products.math
Normal file
7
Task/Vector-products/Mathematica/vector-products.math
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
a={3,4,5};
|
||||
b={4,3,5};
|
||||
c={-5,-12,-13};
|
||||
a.b
|
||||
Cross[a,b]
|
||||
a.Cross[b,c]
|
||||
Cross[a,Cross[b,c]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue