Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This now (2024_01-16) works, up to a couple of warnings bound to an obsolete syntax :

/tmp/ipykernel_1827424/2401846451.py:8: DeprecationWarning: the backslash operator has been deprecated
See https://github.com/sagemath/sage/issues/36394 for details.
  xvec = A  * BackslashOperator() * bvec
/tmp/ipykernel_1827424/2401846451.py:8: DeprecationWarning: the backslash operator has been deprecated; use A.solve_right(B) instead
See https://github.com/sagemath/sage/issues/36394 for details.
  xvec = A  * BackslashOperator() * bvec