Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Operations over finite field GF(8)

  • 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, Registered Users 2 Posts: 13,183 ✭✭✭✭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.

    You are the type of what the age is searching for, and what it is afraid it has found. I am so glad that you have never done anything, never carved a statue, or painted a picture, or produced anything outside of yourself! Life has been your art. You have set yourself to music. Your days are your sonnets.

    ―Oscar Wilde predicting Social Media, in The Picture of Dorian Gray



Advertisement