[abcd]∗[abcd]=[a2+b∗ca∗b+b∗dc∗a+d∗cd2+c∗b]=[a2+bcb∗(a+d)c∗(a+d)d2+bc]=[0000]
(The multiplication of the matrices is derived from the formula: (A∗B)i,j=∑nk=1a(i,k)∗b(k,j)
so we have a set of equations:
1. a2+bc=0
2. b*(a+d)=0
3. c*(a+d)=0
4. d2+bc=0
using the first and the fourth equations, we can find that :(a2+bc)-(d2+bc)=(0)-(0)=0=a2-d2=(a-d)*(a+d). therefore, we can divide our answer to two cases:
that means b*(a+d)=0=b*(2a) and c*(a+d)=0=c*(2a). now we have a new set of equations:
1. a2+bc=0
2. b*(2a)=0
3. c*(2a)=0
we can make it simpler:
1. a2+bc=0
2. b*a=0
3. c*a=0
now we can divide that case to two different cases:
now we have 1 equation:
1. a2+bc=0=02+bc=bc=0. that means b or c must be equal to 0 (that or is a mathematical or: it means if both of them are 0 it works too)
that means the matrices that maintain the equations are of the following form:
[0bc0](where c*b=0)
that means we can divide the second and the third equations by a and get the set of equations:
1. a2+bc=0
2. b=0
3. c=0
that means a2+bc=a2+0*0=a2. but that means a=0, and that doesnt make any sense because we know that a CANNOT be 0. So there is no solution
now we can derive a simpler set of equations:
1. a2+bc=0
2. b*(a-a)=0=b*0=0
3. c*(a-a)=0=c*0=0
now we have one equation- a2+bc=0:
a2+bc=0/ -a2=
bc=-a2
that gives us the next set of matrices: [(−1)n√−bcbc−(−1)n√−bc]
(where n is a natural number, couldnt find the plus minus sign). but as you can see, every matrice from the first set of matrices is also a member of the second set of matrices, therefore we can simply say that every matrice that is a member of the second set is a solution (keep in mind that every matrice from that set is a solution)
but we dont want A=0 as a solution, so we simply have to add that b*c is not 0.
(where b*c is not 0)
Matrix Problem: A ∈μ (2x2).
Find the possible conditions and possible cases in the real numbers for which A2 = 0
In linear algebra, a nilpotent matrix is a square matrix A such that
Ak=0
for some positive integer k.
If A is a nilpotent matrix then det(A) = 0
det(A)=|abcd|=ad−bc=0⇒bc=ad
A2=0A2=(abcd)⋅(abcd)=(a2+bcb⋅(a+d)c⋅(a+d)d2+bc)|bc=ad=(a2+adb⋅(a+d)c⋅(a+d)d2+ad)=(a⋅(a+d)b⋅(a+d)c⋅(a+d)d⋅(a+d))A2=(a+d)⏟=0⋅(abcd)⏟A≠0=0a+d=0a=−d
if A≠0 and A2=0, then a=−d and det(A)=0.
Example 1:A=(0100)det(A)=|0100|=0⋅0−0⋅1=0a=−d0=0 ✓A2=(0100)⋅(0100)=0 ✓
Example 2:A=(48−2−4)det(A)=|48−2−4|=4⋅(−4)−(−2)⋅8=−16+16=0a=−d4=−(−4)4=4 ✓A2=(48−2−4)⋅(48−2−4)=0 ✓