You are viewing a single comment's thread. Return to all comments →
import math A = [[1,math.pow(100,1/100),1,0,1]] for i in A: for q in i: print(math.floor(q**100))
Seems like cookies are disabled on this browser, please enable them to open this website
Linear Algebra Foundations #5 - The 100th Power of a Matrix
You are viewing a single comment's thread. Return to all comments →