added example image
commited
commit
ba67829dde13ae7a8616714c03da39f61ba9246a
... | ... | @@ -1,3 +1,10 @@ |
1 | 1 | Subtracts each [[vector]] component individually. |
2 | 2 | |
3 | [[/uploads/Subtract Vectors.png|width=336px,alt=Subtract Vectors]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/Subtract Vectors.png|width=336px,alt=Subtract Vectors]] |
|
1 | ||
2 | [[/uploads/vectorSubs.png]] |
|
3 | So you get: |
|
4 | ||
5 | * x-x = 5 - 3 |
|
6 | * y-y = 9 - 1 |
|
7 | * z-y = 12- 4 |
|
... | ... | \ No newline at end of file |