There are sparse matrices in SymPy (see sympy.matrices.sparse). But for this problem scipy.sparse would probably be better, as it looks like a numeric problem (you should use SymPy only if your problem is symbolic).
Aaron Meurer On Sat, Oct 25, 2014 at 12:37 PM, Ankit Vadehrā <[email protected]> wrote: > I'm working on PageRank calculation for a Wikipedia dump. > and i require Sparse Matrix construction as well as operation. Is that > possible in Sympy? > Additional details related to the project are present here: > > http://goo.gl/L8L46u > > -Thanks > > -- > 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/6e5b782f-4572-45c1-8f16-556bc6575a2f%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%3D6%2BxmPmVpq0EGdfkSktCOYPU0eMPtbckz43hNLsmtTNGEg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
