This commit is contained in:
lwj
2025-06-13 21:30:09 +08:00
parent 01e3e1732b
commit 8e324a6cd2
3 changed files with 8 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ def prettyPrintMatrix(matrix):
if __name__ == "__main__":
# A = np.array(A, dtype=float)
# b = np.array(b, dtype=float)
#把矩阵A和b改成题干要求的#####################################
A = [
[0, 3, 4],
[1, -1, 1],