Why not a middle ground? For some things it would be silly not to support n dimensions, like dot product, but for others, like cross product, the n-dimensional generalization is more complicated, and (if I understand correctly), not even technically a vector. For those cases, you could give an error if n > 3.
Could someone write up a list if everything that would be tricky to do in n dimensions (rather than 3)? Someone mentioned creating a wiki page. That would be a good place for this. By the way, you say Rn, but is there a reason to not use Cn instead? Or maybe it won't actually matter for 99% of the code. Aaron Meurer On Mar 13, 2013, at 6:59 PM, Prasoon Shukla <[email protected]> wrote: @Raoul: I still haven't chosen to restrict anything yet. It's just that Stefan had mentioned that I should stay away from things other than R3. But, Rn would obviously be more desirable (just as your post mentioned). Hence the poll. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
