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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Operations over finite field GF(8)

  • 08-03-2012 9: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,074 ✭✭✭✭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