Macaulay2 » Documentation
Packages » PencilsOfQuadrics :: isotropicSpace
next | previous | forward | backward | up | index | toc

isotropicSpace -- part of a RandomNicePencil

Description

a row matrix whose entries are generators of the ideal of an isotropic subspace for qq.

i1 : kk=ZZ/101;
i2 : setRandomSeed 0
 -- setting random seed to 0

o2 = 0
i3 : g=1;
i4 : rNP=randNicePencil(kk,g);
i5 : u=rNP.isotropicSpace

o5 = | x_0 z_1 z_2 |

                                      1                               3
o5 : Matrix (kk[x , y , z ..z , s, t])  <-- (kk[x , y , z ..z , s, t])
                 0   0   1   2                   0   0   1   2

See also

For the programmer

The object isotropicSpace is a symbol.


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/PencilsOfQuadrics.m2:2478:0.