Advertisements
Advertisements
प्रश्न
If A = `[(1, "a"),(0, 1)]`, then compute A4
उत्तर
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
संबंधित प्रश्न
If a matrix has 18 elements, what are the possible orders it can have? What if it has 6 elements?
Construct a 3 × 3 matrix whose elements are given by aij = |i – 2j|
Find the values of x, y and z from the following equation
`[(x + y + z),(x + z),(y + z)] = [(9),(5),(7)]`
If A = `[(4, 3, 1),(2, 3, -8),(1, 0, -4)]`, B = `[(2, 3, 4),(1, 9, 2),(-7, 1, -1)]` and C = `[(8, 3, 4),(1, -2, 3),(2, 4, -1)]` then verify that A + (B + C) = (A + B) + C
Find X and Y if X + Y = `[(7, 0),(3, 5)]` and X – Y = `[(3, 0),(0, 4)]`
If A = `[("a", "b"),("c", "d")]` and I = `[(1, 0),(0, 1)]` show that A2 – (a + d)A = (bc – ad)I2
If `cos theta [(cos theta, sin theta),(-sin theta, cos theta)] + sin theta[(x, -cos theta),(cos theta, x)]` = I2, find x.
Construct an m × n matrix A = [aij], where aij is given by
aij = `("i" - 2"j")^2/2` with m = 2, n = 3
Construct an m × n matrix A = [aij], where aij is given by
aij = `|3"i" - 4"j"|/4` with m = 3, n = 4
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)]`
Give your own examples of matrices satisfying the following conditions:
A and B such that AB = 0 and BA ≠ 0
Show that f(x) f(y) = f(x + y), where f(x) = `[(cosx, -sinx, 0),(sinx, cosx, 0),(0, 0, 1)]`
Verify the property A(B + C) = AB + AC, when the matrices A, B, and C are given by A = `[(2, 0, -3),(1, 4, 5)]`, B = `[(3, 1),(-1, 0),(4, 2)]` and C = `[(4, 7),(2, 1),(1,-1)]`
Choose the correct alternative:
Which one of the following is not true about the matrix `[(1, 0, 0),(0, 0, 0),(0, 0, 5)]`?
Choose the correct alternative:
A root of the equation `|(3 - x, -6, 3),(-6, 3 - x, 3),(3, 3, -6 - x)|` = 0 is
Let det M denotes the determinant of the matrix M. Let A and B be 3 × 3 matrices with det A = 3 and det B = 4. Then the det (2AB) is
Let A = `[(cosα, -sinα),(sinα, cosα)]`, α ∈ R such that A32 = `[(0, -1),(1, 0)]`. Then a value of α is ______.