Matrix
Get insights from 67 questions on Matrix, answered by students, alumni, and experts. You may also ask and answer any question you like about Matrix
Follow Ask QuestionQuestions
Discussions
Active Users
Followers
New question posted
11 months agoNew answer posted
11 months agoContributor-Level 10
all i = 1, 2, 3
Case 1 7 one's and two zeroes which can occur in 
Case 2 One 2 three 1's five zeroes =
total such matrices = 504 + 36 = 540
New answer posted
11 months agoContributor-Level 10
A² = [1 2 3; 0 1 2; 0 1]
A³=A².A= [1 3 6; 0 1 3; 0 1]
A²? = [1 20 1+2+3.20; 0 1 20; 0 1] = [1 20 210; 0 1 20; 0 1]
M= [20 210 520; 0 20 210; 0 20]
M (a? )=T? =n (n+1)/2
S? = 1/2 [ n (n+1) (2n+1)/6 + n (n+1)/2 ]
⇒S? =1540
⇒M=2020
New answer posted
11 months agoContributor-Level 10
A? =B? (i)
A³B²=A²B³. (ii)
Subtract (i) & (ii)
⇒A³ (A²−B²)=B³ (B²−A²)
⇒ (A²−B²) (A³+B³)=0
A²−B² is invertible matrix
∴A²−B²≠0
⇒A³+B³=0
∴? A³+B³? =0
New answer posted
11 months agoContributor-Level 10
A = 1/3 [ 1; 1 ω ω² 1 ω² ω ]
A² = A * A = 1/9 [ . ]
(The calculation in the image shows A² is the identity matrix, let's verify)
A² leads to I (Identity matrix).
So A² = I.
A³ = A² * A = I * A = A.
A? = (A²)² = I² = I.
A³? = (A²)¹? = I¹? = I.
New answer posted
11 months agoContributor-Level 10
[a? ] = [ 1 ] [-1 b? ]
[a? ] [√3 k] [ k b? ] (This is likely incorrect OCR, should be a 2x1 result)
The solution seems to derive from a matrix multiplication:
[√3a? ] = [ 1 ] [b? ]
[√3a? ] [√3 k] [b? ]
This leads to:
b? - b? = √3a?
b? + kb? = √3a?
Also given: a? ² + a? ² = (2/3) (b? ² + b? ²).
Squaring and adding the two derived equations and comparing with the given condition leads to k=1.
New answer posted
11 months agoContributor-Level 10
Given matrices A = [[a, b], [c, d]] and B = [[α], [β]] where B ≠ [[0], [0]].
The product AB is:
AB = [[a, b], [c, d]] * [[α], [β]] = [[aα + bβ], [cα + dβ]]
From the problem statement AB = B, we have:
aα + bβ = α (i)
cα + dβ = β (ii)
Rearranging these equations:
(a - 1)α + bβ = 0
cα + (d - 1)β = 0
For this system of linear equations to have a non-trivial solution (since B is not the zero matrix), the determinant of the coefficient matrix must be zero.
det([[a-1, b], [c, d-1]]) = 0
(a - 1)(d - 1) - bc = 0
ad - a - d + 1 - bc = 0
ad - bc = a + d - 1
The provided text jumps to the conclusion ad - bc = 2020.
Taking an Exam? Selecting a College?
Get authentic answers from experts, students and alumni that you won't find anywhere else
Sign Up on ShikshaOn Shiksha, get access to
- 66k Colleges
- 1.2k Exams
- 712k Reviews
- 1850k Answers

