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
The issue also gives very strange output for expressions:
julia>@variables a b c d e f g h i j
10-element Vector{Num}:
a
b
c
d
e
f
g
h
i
j
julia> [a b c d;
b e f g;
c f h i;
d g i j]*[1,2,3,4]
4-element Vector{Num}:
a +2b +3c +4d
b +2e +3f +4g
c +2f +3h +4i
d +2g +3i +4j
The vector components containing any e or f are all misaligned with many spaces preceded
Minor issue but for some reason there is an extra space for only the symbols
e
andf
:The text was updated successfully, but these errors were encountered: