You are viewing a single comment's thread. Return to all comments →
if __name__ == "__main__": n: int = 100; # 100th power print(*[1, 1*n, 1, 0, 1], sep = '\n')
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 →