Question

SMITH NORMAL FORM Hi ive been trying to understand the process behind smith normal form, but I cannot get it can someone...

SMITH NORMAL FORM

Hi ive been trying to understand the process behind smith normal form, but I cannot get it

can someone please thoroughly explain the process in finding the smith normal form of the following matrix

[ 3 6 / 8 12 ]

Nice and simple matrix, I just want to know the process behind it. Something like LMQ=D something?

Also can you show me how to do

[ 3 6 9 / 8 12 16] if possible?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

Smith normal form of matrix can be computed using following algorithm:

For the matrix of type

a b c d

Smith normal form will look like this matrix,

a1 0 0 a2

1 and \small a_2 can be calculated using this equation,

(A) ai di-1(A)

Here,  d;(A) is the greatest common divisor of all \small i\times i minor matrix of given matrix.

Base condition is 1= d1(A)

For the given example,

3 6 C = 8 12

Let's calculate  1 and and \small a_2 for C,

a1d1(C) = gcd(3, 6, 8, 12) = 1

There is only one minor of 2 x 2 and that is matrix itself and determinant of matrix is given by,

\small \begin{vmatrix} 3 &6 \\ 8 & 12 \end{vmatrix} = 3*12 -6*8 = 36-48 = -12

\small d_2(C) = gcd(-12) = gcd(12) = 12

\small \therefore a_2 = 12/1 = 12

So, we have got the answer as,

10 E = 0 12

For conversion of C to E, we will only these three operations:

  1. interchange two rows or two columns,
  2. multiply a row or column by ±1 (which are the invertible elements in Z),
  3. add an integer multiple of row to another row (or an integer multiple of a column to another column).

Let's perform these on C,

\small \begin{bmatrix} 3 &6 \\ 8&12 \end{bmatrix}\rightarrow \begin{bmatrix} 3 &6 \\ -1&-6 \end{bmatrix}\rightarrow \begin{bmatrix} 0 & -12 \\ -1&-6 \end{bmatrix}\rightarrow \begin{bmatrix} 0 & -12 \\ -1& 0 \end{bmatrix}\rightarrow \begin{bmatrix} -1 &0 \\ 0&-12 \end{bmatrix}

\small \begin{bmatrix} -1 &0 \\ 0&-12 \end{bmatrix}\rightarrow \begin{bmatrix} 1 &0 \\ 0&-12 \end{bmatrix}\rightarrow \begin{bmatrix} 1 &0 \\ 0&12 \end{bmatrix}

Now for problem,

\small F = \begin{bmatrix} 3 &6 &9 \\ 8&12 &16 \end{bmatrix}

For the above matrix smith normal form will look like,

\small G = \begin{bmatrix} a_1&0 &0 \\ 0&a_2 &0 \end{bmatrix}

Now \small a_1 = gcd(3,6,9,8,12,16) = 1

There are three minors of 2 x 2. Here,

\small \begin{bmatrix} 3 &6 \\ 8& 12 \end{bmatrix}\ \begin{bmatrix} 6 &9 \\ 12&16 \end{bmatrix}\ \begin{bmatrix} 3 &9 \\ 8& 16 \end{bmatrix}

Their determinant are -12, -12, -24 and their gcd is 12,

so \small a_2 = 12

Now we can easily transform

3 6 10 0 0 12 0 8 12 16

Add a comment
Know the answer?
Add Answer to:
SMITH NORMAL FORM Hi ive been trying to understand the process behind smith normal form, but I cannot get it can someone...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Hi. Can someone explain the following question to me? I think I understand it but am...

    Hi. Can someone explain the following question to me? I think I understand it but am not 100% sure 1. Graphical response. Consider this chart for the supply of soup from manufacturers, and the demand for soup by retailers. The price shows how much retailers pay for the soup that they purchase from manufacturers. $4.00 $3.50 Manufacturer Supply $3.00 Price of Soup (per Can) $2.00 $1.50 Retailer Demand $1.00 $0.50 $0.00 14 6 8 10 12 Quantity of Soup Sold...

  • Hi, Could someone please give detail explanation of the following graphs. I try to understand wha...

    Hi, Could someone please give detail explanation of the following graphs. I try to understand what assumptions are being violate here ie (constant variance, independent residuals, linearity) sample size is n=270 observation. I think the variance in top left graph is not constant; there is huge gap in middle of data, but i do not know how to explain formally, I really looking for someone who has a strong understanding of statistics to provide justification. I want to understand if...

  • Hi I need help to understand what to do in this questions I have imported the file using mongodimport but I dont know the rest can someone please help me to understand and give me some examples of the...

    Hi I need help to understand what to do in this questions I have imported the file using mongodimport but I dont know the rest can someone please help me to understand and give me some examples of the way to make the commands to work. To complete this step, type in the following Linux commands to perform the import in the right directory: ../startMongod.sh #first step will always be to start mongo cd datasets/ #change into the directory with...

  • Hi can someone please help me understand how problem 1 is solved? Im not sure what...

    Hi can someone please help me understand how problem 1 is solved? Im not sure what else i can add, besides that i understand that J(ij) refers to the Coulomb integral and that K(ij) refers to the exchange integral. if there is anything else to add please let me know. In the class lecture notes, the result of the first-order perturbation calculation for the energy of lithium was given as E-24.2 +1.-K... This energy is added to the Evalue obtained...

  • Hi there, I totally understand what is happening and what they are asking but I cannot get passed...

    Hi there, I totally understand what is happening and what they are asking but I cannot get passed the math. Can someone please break this question down for me? also the data in the last two rows is in ML. Please specify what you mean by unclear? Buffer capacity has a rather loose definition, yet it is an important property of buffers. A commonly seen definition of buffer capacity is: “the amount of H+ or OH– that can be neutralized...

  • Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from...

    Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from this) my lecturer explains it but I honestly don't understand what statements he's trying to make my understanding : there's a frequency input of 512 Mhz, since we know 8 bit counter can count up to 256, it will do it once before it rolls overload (???) can someone please clarify and point out the important facts that i should be undertanding please and...

  • Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from this) my lecturer explains it but I honestly don't understand what statements he's trying to ma...

    Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from this) my lecturer explains it but I honestly don't understand what statements he's trying to make my understanding : there's a frequency input of 512 Mhz, since we know 8 bit counter can count up to 256, it will do it once before it rolls overload (???) can someone please clarify and point out the important facts that i should be undertanding please and...

  • Can someone plz help me??? I would like a website that has to do with guitars...

    Can someone plz help me??? I would like a website that has to do with guitars or something to do with music, someone asked me what kind of website I would like to have and that would be awesome. The attributes to be included, are below. I need a small website that to where I need to interlink a CSS file into the HTML file. I don't know to save the files to have to be able to run with...

  • Can someone please help me with this? I have been trying to solve it and I...

    Can someone please help me with this? I have been trying to solve it and I am now on my last attempt and I don't know what I am doing wrong Home Read, Study & Practice Gradebook ORION Downloadable eTextbook Assignment> Open Assignment CALCULATOR FULL SCREEN PRINTER VERSION BACK NEXT ASSIGNMENT RESOURCES Ch. 6.Homework Your answer is incorrect. Try again Practice Exercise 6- What is the future value of $29,000 at the end of 5 periods at 11% compounded interest?...

  • Hi, I tried many times to get the answers for this question. Can someone please help...

    Hi, I tried many times to get the answers for this question. Can someone please help me. In number 1, insurance of bonds for 200 000 is wrong. Really need help. Thank you 12/31/2019 200 000 2. What amounts will be reported on the financial statements (statement of financial position, statement of earnings, and statement of cash flows) for 2017, 2018, and 2019? (Round intermediate and final answers to the nearest whole dollar.) 2017 2018 2019 Interest expense Bonds payable...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT