Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zengrf committed Sep 1, 2024
1 parent bcb9497 commit 9d4d06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brackets/Tim/transversals.m2
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ check "Brackets"

restart
needsPackage "Brackets"
G = gc(toList(a..h),4,CoefficientRing=>QQ[l,u])
G = gc(toList(a..h),4,CoefficientRing=>QQ[l,m])
ell1 = (a*b)_G
ell2 = (c*d)_G
ell3 = (e*f)_G
ell4 = (g*h)_G
pt = (l*a + u * b)_G
pt = (l*a + m * b)_G
ell = ((pt * ell2) ^ ell3) * pt
formula = ell * ell4
(m, c) = coefficients formula
Expand Down

0 comments on commit 9d4d06f

Please sign in to comment.