Reduced Row Echelon Form for an augmented matrix in library SymPy of Python

后端 未结 0 753
粉色の甜心
粉色の甜心 2021-02-19 04:38

When running the following code

from sympy import *
A,B = symbols("A B ")
A = Matrix([[2,-1,1,3],[3,1,-2,-2],[1,-1,1,7],[1,5,7,13],[1,-7,-5,12]])
B = A.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题