Skip to content

Commit

Permalink
Update transversals.m2
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
zengrf committed Jun 11, 2024
1 parent 7115d85 commit bcb9497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Brackets/Tim/transversals.m2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ell3 = (e*f)_G
ell4 = (g*h)_G
pt = (l*a + u * b)_G
ell = ((pt * ell2) ^ ell3) * pt
formula = ell * ell3
-- for some reason, "c" still has floating 1s...
formula = ell * ell4
(m, c) = coefficients formula
disc = c_(2,0) * c_(0,0) - 4 * c_(1,0)

0 comments on commit bcb9497

Please sign in to comment.