Skip to content

Commit ea768a6

Browse files
committed
Update main.py
1 parent 5bef3c3 commit ea768a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'Tenth production layer' : np.linalg.matrix_power(A,10),
9090
}
9191

92-
# sum(L_decomposed.values()) is an approxiamtion of L
92+
# sum(L_decomposed.values()) is an approximation of L = np.linalg.inv(I - A)
9393
# Multiplication with f returns F
9494
F_series = np.dot(f,sum(L_decomposed.values()))
9595

0 commit comments

Comments
 (0)