Question: what command do I use to know when a value in my 2x2 matrix is higher than 2019?

A=(1  1)

     (1  0)
Determine the smallest natural number n such that the matrix A^n contains

an entry greater than 2019.

 

(I know the answer is A^17, but I don't know how to use maple in order to determine when an entry becomes greater than 2019.)

Please Wait...