next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
RingElement Array
RingElement Array -- substitution of variables
Synopsis
Operator:
SPACE
Usage:
f[a,b,c]
Inputs:
f
,
a
ring element
[a,b,c]
, an array of ring elements
Outputs:
r
, the result of replacing the variables in
f
by the ring elements provided in brackets.
Description
i1 : R = QQ[x,y];
i2 : f = x^3 + 99*y;
i3 : f[1000,3] o3 = 1000000297
Ways to use this method:
RingElement Array
-- substitution of variables