Proving or Disproving Null Space Containment in F(n) for A and A^2

sarumman
Messages
2
Reaction score
1

Homework Statement


given
upload_2018-12-19_23-51-14.png
I am required to proove or disprove:[/B]
lTxizl2.jpg


Homework Equations


rank
dim
null space

The Attempt at a Solution


I tried to base my answer based on the fact that null A and null A^2 is Contained in F (n)
and
dim N(A)+rank(A)=N
same goes for A^2.
 

Attachments

  • upload_2018-12-19_23-51-14.png
    upload_2018-12-19_23-51-14.png
    952 bytes · Views: 755
  • lTxizl2.jpg
    lTxizl2.jpg
    2 KB · Views: 687
Physics news on Phys.org
Why don't you just use the definition?

##x \in Null(A) \implies Ax = 0 ##

If the statement is true, you have to prove that ##A^2 x = 0##. Can you show that?
 
  • Like
Likes sarumman
Math_QED said:
Why don't you just use the definition?

##x \in Null(A) \implies Ax = 0 ##

If the statement is true, you have to prove that ##A^2 x = 0##. Can you show that?
thank you! you mean like so:
upload_2018-12-20_0-5-50.png
 

Attachments

  • upload_2018-12-20_0-5-50.png
    upload_2018-12-20_0-5-50.png
    40.2 KB · Views: 495
  • Like
Likes WWGD
Yes, the idea is certainly correct. The proof exposition can be better though. Here is how I would write it:

We want to prove that ##Null(A) \subseteq Null(A^2)##, so let's take an arbitrary element ##x \in Null(A)##. By definition, this means that ##Ax = 0##. Since ##A^2x = (AA)x = A(Ax) = A0 = 0## (here we used associativity of matrix multiplication/function composition), it follows that ##x \in Null(A^2)##, and we are done.
 
  • Like
Likes FactChecker and WWGD
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top