Skip to content

Commit

Permalink
fixed spelling in Pencils..
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenbud authored and d-torrance committed Oct 31, 2024
1 parent acfcf1d commit b10493f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions M2/Macaulay2/packages/PencilsOfQuadrics.m2
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ ExtIntoK(Ideal, Module) := (I,M) -> (
-- algebra over
--a polynomial subring T (eg R = k[s,t][x_0...x_n]/s*q1(x)+t*q2(x))
--and I is an ideal such that T = R/I,
--the scritp returns
--the script returns
--Ext^*(M,R/I)
--graded in POSITIVE degrees
--as a module over T[X_0...X_c]
Expand Down Expand Up @@ -1972,7 +1972,7 @@ doc ///
X:Matrix
row matrix of linear forms with constant coefficients
Y:Matrix
row matrix of linear forms with linear coefficents of same length as X
row matrix of linear forms with linear coefficients of same length as X
Outputs
M1:Matrix
M2:Matrix
Expand Down Expand Up @@ -2148,11 +2148,11 @@ doc ///
The variables of S that are entries of X:= matrix \{\{x_0..y_{(g-1)},z_1,z_2\}\}
\, represent coordinates on PP_R^{2g+1}.

M1, M2 are consecutive high syzygy matrices in the miminal (periodic) resolution
M1, M2 are consecutive high syzygy matrices in the minimal (periodic) resolution
of kk[s,t] = S/(ideal X) as a module over S/qq. These are used to construct the
Clifford algebra of qq.

Mu1, Mu2 are consecutive high syzygy matrices in the miminal (periodic) resolution
Mu1, Mu2 are consecutive high syzygy matrices in the minimal (periodic) resolution
of S/(ideal u) as a module over S/qq. These are used to construct a Morita bundle
between the even Clifford algebra of qq and the hyperelliptic curve
branched over the degeneracy locus of the pencil,
Expand Down Expand Up @@ -2229,7 +2229,7 @@ doc ///
polynomial ring of the form kk[U],
where U are parameter variables
M1:Matrix
over an auxilliary ring S = kk[X,Y,Z,U]
over an auxiliary ring S = kk[X,Y,Z,U]
M2:Matrix
M1, M2 a matrix factorization: M1*M2- qq*id = 0 for a quadratic form qq on S
Outputs
Expand Down

0 comments on commit b10493f

Please sign in to comment.