Advertisements
Advertisements
Question
If A = `[(1, "a"),(0, 1)]`, then compute A4
Solution
A = `[(1, "a"),(0, 1)]`
A2 = A . A
= `[(1, "a"),(0, 1)] [(1, "a"),(0, 1)]`
= `[(1 + 0, "a" + "a"),(0 + 0, 0 + 1)]`
A2 = `[(1, 2"a"),(0, 1)]`
A4 = A2 × A2
= `[(1, "a"),(0, 1)] [(1, 2"a"),(0, 1)]`
A4 = `[(1 + 0, 2"a" + 2"a"),(0 + 0, 0 + 1)]`
A4 = `[(1, 4"a"),(0, 1)]`
APPEARS IN
RELATED QUESTIONS
In the matrix A = `[(8, 9, 4, 3),(- 1, sqrt(7), sqrt(3)/2, 5),(1, 4, 3, 0),(6, 8, -11, 1)]`, write The number of elements
If A = `[(5, 2, 2),(-sqrt(17), 0.7, 5/2),(8, 3, 1)]` then verify (AT)T = A
If A = `[(1, 9),(3, 4),(8, -3)]`, B = `[(5, 7),(3, 3),(1, 0)]` then verify that A + (– A) = (– A) + A = 0
Find the values of x, y, z if `[(x - 3, 3x - z),(x + y + 7, x + y + z)] = [(1, 0),(1, 6)]`
Find the values of x, y, z if `[(x), (y – z), (z + 3)] + [(y), (4), (3)] = [(4), (8), (16)]`
Solve for x, y : `[(x^2),(y^2)] + 2[(-2x),(-y)] = [(5),(8)]`
Let A = `[(1, 2),(1, 3)]`, B = `[(4, 0),(1, 5)]`, C = `[(2, 0),(1, 2)]` Show that (A – B)T = AT – BT
If A = `[(costheta, theta),(0, costheta)]`, B = `[(sintheta, 0),(0, sintheta)]` then show that A2 + B2 = I
If A = `[("a", "b"),("c", "d")]` and I = `[(1, 0),(0, 1)]` show that A2 – (a + d)A = (bc – ad)I2
Transpose of a column matrix is
If A = `[(1, 2, 3),(3, 2, 1)]`, B = `[(1, 0),(2, -1),(0, 2)]` and C = `[(0, 1),(-2, 5)]` Which of the following statements are correct?
(i) AB + C = `[(5, 5),(5, 5)]`
(ii) BC = `[(0, 1),(2, -3),(-4, 10)]`
(iii) BA + C = `[(2, 5),(3, 0)]`
(iv) (AB)C = `[(-8, 20),(-8, 13)]`
Determine the matrices A and B if they satisfy 2A – B + `[(6, - 6, 0),(- 4, 2, 1)]` = 0 and A – 2B = `[(3, 2, 8),(-2, 1, -7)]`
If AT = `[(4, 5),(-1, 0),(2, 3)]` and B = `[(2, -1, 1),(7, 5, -2)]`, veriy the following
(BT)T = B
If A is a 3 × 4 matrix and B is a matrix such that both ATB and BAT are defined, what is the order of the matrix B?
Express the following matrices as the sum of a symmetric matrix and a skew-symmetric matrix:
`[(3, 3, -1),(-2, -2, 1),(-4, -5, 2)]`
If A and B are symmetric matrices of same order, prove that AB + BA is a symmetric matrix
Choose the correct alternative:
If A and B are two matrices such that A + B and AB are both defined, then
If the matrix 'A' is both symmetric and strew symmetric then.
Let A = `((1, -1, 0),(0, 1, -1),(0, 0, 1))` and B = 7A20 – 20A7 + 2I, where I is an identity matrix of order 3 × 3. If B = [bij], then b13 is equal to ______.