sympy-live icon indicating copy to clipboard operation
sympy-live copied to clipboard

BadRequestError

Open mohitacecode opened this issue 5 years ago • 6 comments

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

mohitacecode avatar Feb 02 '20 10:02 mohitacecode

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)

oscarbenjamin avatar Feb 02 '20 11:02 oscarbenjamin

I think it is in sympy-live repo.

mohitacecode avatar Feb 02 '20 12:02 mohitacecode

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?

oscarbenjamin avatar Feb 02 '20 12:02 oscarbenjamin

I think it is in sympy-live repo.

I mean we are already in sympy-live repo

mohitacecode avatar Feb 02 '20 16:02 mohitacecode

Oh, sorry I missed that.

oscarbenjamin avatar Feb 02 '20 18:02 oscarbenjamin

Still having the same issue

yaadhavraajagility avatar Aug 30 '21 16:08 yaadhavraajagility