Re: [sympy] Save matrix to file

2015-05-25 Thread Sudhanshu Mishra
Hi, I think we can create a helper method, say save(filename, output_type) defined in Basic, which would write that object in the provided filename. Just a thought. I don't see many use cases though, given we have IPython notebook. Sudhanshu Mishra On Mon, May 25, 2015 at 10:30 PM, Jason Moore

Re: [sympy] Save matrix to file

2015-05-25 Thread Jason Moore
If your matrix is dense and you store floats in it, for example, then your matrix will consume 7.2 gigabytes of space. Are you sure that is what you are trying to do? SymPy matrices will take up even more space than that depending on the variable type. Can you explain what you are trying to do? Th

[sympy] Save matrix to file

2015-05-25 Thread James Tran
Dear all, The matrix in sympy save as dictionary. I want to save a big matrix with size 3x3. Is there any method to save it to hard-disk driver? I tried with numpy but it cannot work. Thank you, -- You received this message because you are subscribed to the Google Groups "sympy" group