Synopsis:
This abbreviation allows us to save a bit of typing, and in some cases, agrees with standard mathematical notation.
i1 : R = ZZ[a .. i]; |
i2 : f = genericMatrix(R,a,3,3) |
i3 : exteriorPower(2,f) |
i4 : exteriorPower_2 f |
i5 : p = prepend_7 |
i6 : p {8,9,10} |
See also:
Code:
-- ../../../Macaulay2/m2/classes.m2:111 Function _ Thing := Function => (f,x) -> y -> f splice (x,y)