Skip to content

Commit 9d4d06f

Browse files
committed
Minor typo
1 parent bcb9497 commit 9d4d06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Brackets/Tim/transversals.m2

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ check "Brackets"
55

66
restart
77
needsPackage "Brackets"
8-
G = gc(toList(a..h),4,CoefficientRing=>QQ[l,u])
8+
G = gc(toList(a..h),4,CoefficientRing=>QQ[l,m])
99
ell1 = (a*b)_G
1010
ell2 = (c*d)_G
1111
ell3 = (e*f)_G
1212
ell4 = (g*h)_G
13-
pt = (l*a + u * b)_G
13+
pt = (l*a + m * b)_G
1414
ell = ((pt * ell2) ^ ell3) * pt
1515
formula = ell * ell4
1616
(m, c) = coefficients formula

0 commit comments

Comments
 (0)