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