We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bef3c3 commit ea768a6Copy full SHA for ea768a6
main.py
@@ -89,7 +89,7 @@
89
'Tenth production layer' : np.linalg.matrix_power(A,10),
90
}
91
92
-# sum(L_decomposed.values()) is an approxiamtion of L
+# sum(L_decomposed.values()) is an approximation of L = np.linalg.inv(I - A)
93
# Multiplication with f returns F
94
F_series = np.dot(f,sum(L_decomposed.values()))
95
0 commit comments