If A = [[a, b], [0, 1]], prove that A^n = [[a^n, b((a^n-1)/(a-1))], [0, 1]] for every positive integer n.