next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
List - List
List - List -- difference of two vectors
Synopsis
Operator:
-
Usage:
v-w
Inputs:
v
,
a
list
, a list interpreted as a vector
w
,
a
list
, a list interpreted as a vector
Outputs:
a
list
, 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