4*4 Matrix reduction to echelon form exercise using Python

前端 未结 0 1674
有刺的猬
有刺的猬 2020-12-06 04:34

Could anyone please guide me? Where am I making mistakes?

    import numpy as np
def isSingular(A) :
B = np.array(A, dtype=np.float_) 
try:
    fixRowZero(B)
         


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