Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
::
List - List
next
|
previous
|
forward
|
backward
| up |
index
|
toc
List - List -- difference of two vectors
Synopsis
Operator:
-
Usage:
v-w
Inputs:
v
, a list interpreted as a vector
w
, a list interpreted as a vector
Outputs:
the difference of the two vectors
Description
i1 : {1,2,3} - {1,5,6} o1 = {0, -3, -3} o1 : List
Ways to use this method:
List - List
-- difference of two vectors