Let A = [ 2 − 1 1 4 ] and B = A 2 0 1 6 , then find the remainder when b 2 2 is divided by 7.
Clarification : b i j denote element of the matrix B in the i th row and j th column.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
how did u take A-3I to be equal to B
It is trivial to note that A = 3 I + [ − 1 − 1 1 1 ] where I is Identity matrix of order 2 .
Now let C = [ − 1 − 1 1 1 ] . Note that C is nilpotent with n = 2 .
Therefore,
A 2 = 9 I + 6 C
A 3 = 2 7 I + 2 7 C
A 4 = 8 1 I + 1 0 8 C
.
.
.
.
A n = 3 n I + n . 3 n − 1 C
So, B = A 2 0 1 6 = 3 2 0 1 6 I + 2 0 1 6 . 3 2 0 1 5 C and hence, b 2 2 = 3 2 0 1 6 + 2 0 1 6 . 3 2 0 1 5 ≡ 1 ( m o d 7 ) .
Problem Loading...
Note Loading...
Set Loading...
By Cayley Hamilton theorem , we can show that A 2 − 6 A + 9 I 2 = O 2 , where I 2 denotes the identity matrix of order 2 and O 2 denotes the zero matrix of order 2. Then ( A − 3 I 2 ) 2 = O 2 .
Let A − 3 I 2 = B , we have B 2 = O 2 , thus B m = O 2 for m = 2 , 3 , 4 , … .
By binomial theorem ,
A n = = = = = = = ( 3 I 2 + B ) n ( 0 n ) ( 3 I 2 ) n + ( 1 n ) ( 3 I 2 ) n − 1 B + = O 2 because B m = O 2 ( 2 n ) ( 3 I 2 ) n − 2 B 2 + ⋯ + ( 2 n ) ( 3 I 2 ) n − 2 B n 3 n I 2 + n ⋅ 3 n − 1 B 3 n I 2 + n ⋅ 3 n − 1 ( A − 3 I 2 ) n ⋅ 3 n − 1 A − ( n − 1 ) 3 n I 2 n ⋅ 3 n − 1 ⎣ ⎡ 2 − 1 1 4 ⎦ ⎤ − ( n − 1 ) 3 n ⎣ ⎡ 1 0 0 1 ⎦ ⎤ ⎣ ⎡ ( 3 − n ) 3 n − 1 − n ⋅ 3 n − 1 n ⋅ 3 n − 1 ( n + 3 ) ⋅ 3 n − 1 ⎦ ⎤ .
Hence, b 2 2 is equal to ( 2 0 1 6 + 3 ) ⋅ 3 2 0 1 6 − 1 = 2 0 1 9 ⋅ 3 2 0 1 5 .
By Fermat's little theorem , we can see that b 2 2 ( m o d 7 ) ≡ 3 × 3 5 = 3 7 − 1 ( m o d 7 ) = 1 .