You are viewing a single comment's thread. Return to all comments →
import math A = [[ math.pow(2999,1/1000), math.pow(9000,1/1000), math.pow(1000,1/1000), math.pow(3001,1/1000)]] for i in A: for q in i[:2]: print(round(q**1000)*-1) #Change the sign and dataset(s) :) for q in i[2:]: print(round(q**1000))
Seems like cookies are disabled on this browser, please enable them to open this website
Linear Algebra Foundations #7 - The 1000th Power of a Matrix
You are viewing a single comment's thread. Return to all comments →