Well, there's a high level thing, which is to refactor the matrices to use a ground domain, so that every element must belong to that domain.
A simpler one would be to make matrices work with finite fields (like FF(3)). I can't find the issue for it, but I think there are just some simple changes that need to be made to prevent Matrix from converting FF(3)(0) into just 0. Aaron Meurer On Thu, Apr 24, 2014 at 2:16 PM, Sudhanshu Mishra <[email protected]> wrote: > Hi Kevin > > You should take a look at open issues related to matrices. You might get > some clue about it. > > I hope this helps! > > On Thursday, April 24, 2014 8:14:15 PM UTC+5:30, kev devnull wrote: >> >> Hi all, >> >> Are there any group/matrix group additions that the Sympy community would >> like someone with a background in math and cs to hack? I'm looking for a >> project. I'd be happy to do anything from helping to document new >> algebraic-related implementations to coding up new classes/modules. Please >> let me know. >> >> Thanks! >> Kevin > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/753c74b9-c759-43f3-b301-021ca8e9cf73%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6LwM_%3DDhm83UqRbpi11C5y8fgx2nDQLgOkpgNsa2T%3Dm7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
