Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
+1
1447
3
avatar+27 

Find the possible conditions and possible cases in the real numbers for which A2 = 0

 Aug 15, 2017
edited by syncstar  Aug 15, 2017
 #1
avatar+312 
0

[abcd][abcd]=[a2+bcab+bdca+dcd2+cb]=[a2+bcb(a+d)c(a+d)d2+bc]=[0000]

(The multiplication of the matrices is derived from the formula: (AB)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:

 

first case- a=d

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:

 

a=0:

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)

 

a is not 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

 

second case- d=-a

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)nbcbc(1)nbc]

 

(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.

 

solution: [(1)nbcbc(1)nbc]

(where b*c is not 0)

 Aug 17, 2017
 #2
avatar+27 
0

The whole matrix (A) cant be 0. But "a"  of course it can, I guess.

a, b, c, d cant be 0 at the same time . Because Thats the whole matrix. 

 

Is there something to fix? 

 

Where you say that couldnt find the minus plus sign. Where is it should placed? 

syncstar  Aug 17, 2017
 #3
avatar+26396 
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|=adbc=0bc=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)A0=0a+d=0a=d

 

if A0 and A2=0, then a=d and det(A)=0.

 

Example 1:A=(0100)det(A)=|0100|=0001=0a=d0=0 A2=(0100)(0100)=0 

 

Example 2:A=(4824)det(A)=|4824|=4(4)(2)8=16+16=0a=d4=(4)4=4 A2=(4824)(4824)=0 

 

 

laugh

 Aug 18, 2017
edited by heureka  Aug 18, 2017
edited by heureka  Aug 18, 2017

3 Online Users

avatar