You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While updating the book example test PR #104 I've noticed the following changed. Begun with this setup:
T =genchartab("SL3.n1"); h = T[2] * T[2]; scalar(T[4], h)
Now some time ago, we got this output:
0
With exceptions:
-2*n1 ∈ (q - 1)ℤ
but this has now changed to the following -- which is equivalent, but clearly not fully simplified, because the first exception includes the second one, which hence is redundant.
While updating the book example test PR #104 I've noticed the following changed. Begun with this setup:
Now some time ago, we got this output:
but this has now changed to the following -- which is equivalent, but clearly not fully simplified, because the first exception includes the second one, which hence is redundant.
The text was updated successfully, but these errors were encountered: