On Apr 20, 8:55 pm, "Aaron S. Meurer" <[email protected]> wrote: > The Solution class is indeed a good idea. > > I think it would be best to have a unified data structure independent of the > number of solutions. The reason is that it is not clear from the outset how > many solutions an equation or system of equations will have. That is why I > think it would be better to have a list always or a dictionary always (or a > list of dictionaries always). The list of dictionaries idea is one of the > better ones, in my opinion.
Should the Solution() class also represent subspaces which solve e.g. an undetermined linear equation system? Vinzent -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
