在Python中构建增广矩阵的实现方法 麻烦的#TODO构造增广矩阵,假设A,b行数相同defaugmentMatrix(A,b):if(len(A)!=len(b)):raise'Thenumberofrows 增广矩阵