all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 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