Skip to content

Commit

Permalink
Format using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Sep 4, 2024
1 parent b885b38 commit c1af0dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
def solve_jacobi(A: np.ndarray, b: np.ndarray, n: int) -> list:
return x


A = [[5, -2, 3], [-3, 9, 1], [2, -1, -7]]
b = [-1, 2, 3]
n = 2
n = 2

0 comments on commit c1af0dc

Please sign in to comment.