I have the confusion that the one question is shown below:
Consider the following matrix:
A= [1 -1;1 1] which is 2x2 matrix, the column of that is [1 1] and [-1 1] respectively.
What happens when we apply A to vector v a large number of times?
Hoping someone can help me solve this...