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
julia> R = @free_associative_algebra(GF(2), [:x, :y, :u, :v, :t, :s])
Free associative algebra on 6 indeterminates x, y, u, v, ..., s
over finite field F_2
So the variable list was "abbreviated" from x, y, u, v, t, s to x, y, u, v, ..., s which is actually two characters longer. It would be nice if we didn't do that.
The text was updated successfully, but these errors were encountered:
Consider this:
So the variable list was "abbreviated" from
x, y, u, v, t, s
tox, y, u, v, ..., s
which is actually two characters longer. It would be nice if we didn't do that.The text was updated successfully, but these errors were encountered: