@ -10,6 +10,6 @@ P = np.array(
print(P.shape)
v = np.array([0, 1, 0, 0, 0, 0])
w = np.power(np.dot(P**4, v), 1/4)
w = np.dot(np.linalg.matrix_power(P, 4), v)
print(w)
print(w[-1])
The note is not visible to the blocked user.