sympy-live
sympy-live copied to clipboard
BadRequestError
For
M = Matrix(8, 8, [x+i for i in range (64)])
sympy live
gives this error
BadRequestError: The value of property "globals" is longer than 1048487 bytes.
I tried in my system it works fine but in sympy live it gives error.
M.rref() also gives Unable to process statement due to its excessive size.
error
I got:
>>> M = Matrix(8, 8, [x+i for i in range (64)])
>>> M
Unable to process statement due to its excessive size.
This should be opened as an issue with the sympy-live repo (not here)
I think it is in sympy-live repo.
I think it is in sympy-live repo.
If so then can you link to the issue from the sympy-live repo and then close this?
I think it is in sympy-live repo.
I mean we are already in sympy-live repo
Oh, sorry I missed that.
Still having the same issue