linsolve returns a FiniteSet. The conversion doesn’t happen automatically here, but you can get julia objects through collect(convert(Set,s)).
1 Like
linsolve returns a FiniteSet. The conversion doesn’t happen automatically here, but you can get julia objects through collect(convert(Set,s)).