Explanation
Step 1: Calculate A2
Let's multiply matrix A by itself:
A2=A⋅A=[01amp;1amp;0][01amp;1amp;0]
Using standard matrix multiplication rules:
A2=[(0×0+1×1)(1×0+0×1)amp;(0×1+1×0)amp;(1×1+0×0)]
A2=[10amp;0amp;1]=I
Where I is the Identity Matrix.
Step 2: Identify the Cycle Pattern
Since A2=I, let's observe what happens with higher powers:
A3=A2⋅A=I⋅A=A
A4=A2⋅A2=I⋅I=I
A5=A4⋅A=I⋅A=A
From this, we can establish a clear general rule for any integer power k:
If the power is even, the result is the Identity matrix:
A2k=I
If the power is odd, the result is the original matrix A:
A2k+1=A
Step 3: Evaluate A37
The given exponent is 37, which is an odd number. We can break down the exponent mathematically as follows:
A37=A36+1
A37=A36⋅A1
A37=(A2)18⋅A
Since A2=I:
A37=(I)18⋅A
A37=I⋅A
A37=A
Substituting the value of matrix A back into the result:
A37=[01amp;1amp;0]
Conclusion
The matrix value for A37 is equal to [01amp;1amp;0].
Therefore, the correct option is (c).