Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Operations over finite field GF(8)

Options
  • 08-03-2012 10:12am
    #1
    Closed Accounts Posts: 1


    Suppose that matrix M is

    { {2, -2, 1}, {(-1/2), (1/2), 0}, {(-1/2), (3/2), (-1)} },

    then how to calculate the value as follows

    { {2, -2, 1}, {(-1/2), (1/2), 0}, {(-1/2), (3/2), (-1)} } X {(011), (010)}, (100)} = ?

    In addition, I read a paper say that let B be the total file size measured in terms of symbols over a finite field Fq of size q.

    If there are three symbols A(010), B(110), and C(011), what is the value of 2A+3B+C over the finite field F7?

    Thanks.


Comments

  • Registered Users Posts: 12,961 ✭✭✭✭bnt


    That's weird. It's written like a Matrix Multiplication problem, a matrix times a vector, but I don't know the meaning of the vector in this context.

    Is it a "mask", where 1 means keep the value, and 0 means not? In that case you'd expand it to
    { { 0, 0, 1 } { 1, 1, 0 } { 1, 0, 0 } }
    and do a scalar not vector multiplication, so ending up with

    M = { {0, 0, 1} {-1/2, 1/2, 0} {-1/2, 0, 0} }

    Either that or the vector has some specialist meaning that's not obvious to me.

    From out there on the moon, international politics look so petty. You want to grab a politician by the scruff of the neck and drag him a quarter of a million miles out and say, ‘Look at that, you son of a bitch’.

    — Edgar Mitchell, Apollo 14 Astronaut



Advertisement