Linear Algebra problem: What does it mean by ZxZxZ are represented by column vectors?

Steven G

Elite Member
Joined
Dec 30, 2014
Messages
14,591
bh.png
I am not sure what it means by ZxZxZ are represented by the column vectors. I know which column vectors that is be referred to. I also have no idea what they mean by Z^3/MZ^3. I can't show any work since I don't know the meaning of what is given.
As always, any help would be appreciated.
Steven
 
Write an element of Z3\mathbb{Z}^3 as (ZZZ)\begin{pmatrix} \mathbb{Z} \\ \mathbb{Z} \\ \mathbb{Z} \end{pmatrix}.

An element zZ3/MZ3z \in \mathbb{Z}^3 / M \mathbb{Z}^3 is defined by Mz = 0, similar to 6Z/3Z6 \in \mathbb{Z} / 3 \mathbb{Z}.

-Dan
 
I think you need to find some generator element gg for Z3/MZ3\mathbb Z^3/M\mathbb Z^3. For such element 32g=Mx32g = Mx for some xZ3x \in \mathbb Z^3, but no such xx can be found for ngng when nmod  320n\mod 32 \neq 0. My quick and dirty script found such element, and since I don't expect an elite member to cheat I put it in a spoiler :)
g=(4,5,12)g = (4,5,12)
 
I think you need to find some generator element gg for Z3/MZ3\mathbb Z^3/M\mathbb Z^3. For such element 32g=Mx32g = Mx for some xZ3x \in \mathbb Z^3, but no such xx can be found for ngng when nmod  320n\mod 32 \neq 0. My quick and dirty script found such element, and since I don't expect an elite member to cheat I put it in a spoiler :)
g=(4,5,12)g = (4,5,12)
My script was quick but too dirty, i.e., wrong. Accidentally it did find a correct generator, but half of all elements in Z32\mathbb Z_{32} are generators. I.e., there is a much simpler generator candidate element gg for Z/MZ\mathbb Z/ M \mathbb Z, i.e., such that 32gMZ32g \in M \mathbb Z, but ngMZng \notin M \mathbb Z for 0<n<320< n < 32.

One still has to prove that each element in Z/MZ\mathbb Z/ M \mathbb Z can be represented as ngng for some 0n<320 \leq n < 32. For example, by proving that the group has no more than 32 elements.
 
Last edited:
Anyone knows how to prove (or disprove?) that the number of elements in Z/MZ\mathbb Z/M\mathbb Z is equal to detM\det M ?
 
Top