Hello, I have to solve a classic system: Ax=b where A is a matrix 100*100 of numerical values b is a vector whose components are hard symbolic expressions with up to 15 differents symbols
I'm using A.LUsolve(b) This problem is time and ram consuming, is there some suggestion that you can give to address this problem in an optimal manner? In particular I noticed from system monitor that only 1 CPU is working, is there a way to use all the cores? Thank you very much, Andrea Fresu -- 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/242af9f7-dd38-4dea-9bc1-204ec1ce36d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
