Click here to Skip to main content
15,888,085 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Expression for Galois Fiels(2^8) multiplication:-

Which of the following expression is the correct one? please suggest.

Exp[ ( Log A + Log B )Mod 255]
OR
[Exp( Log A + Log B )] Mod 255
Posted
Updated 14-Feb-12 19:07pm
v5
Comments
Sergey Alexandrovich Kryukov 9-Feb-12 2:30am    
What, no language tagged, nothing? This is off-topic. Do you need to learn mathematics? Learn it. Matrices is a really simple topics (but of course you will need a lot more). This is a wrong forum.
--SA
Ratika Agarwal 9-Feb-12 2:40am    
I think you should do a bit homework on the questions posted in forums. B'coz you may be the only one who is not able to understand some term of it. If you know the ans.then post it. Else, let others help the needy ones.
Sergey Alexandrovich Kryukov 9-Feb-12 2:49am    
Please do me a favor to decide by myself if I decide to post or not. Please don't take my words as an accusation in poor knowledge in mathematics or something like that. I just don't know it from your question. And to help you, I need to know what exactly you are missing. In this case, do you know the algorithm or not? Is there anything related to computer science or programming you need help with? I still don't understand it. Are you talking about matrix multiplication or something else?
--SA
Ratika Agarwal 9-Feb-12 2:33am    
I don't need a language specific answer. I just want its logic and idea. It is a part of advance Mathematics, that's why I have tagged is as mathematics too.
Sergey Alexandrovich Kryukov 9-Feb-12 2:43am    
Advanced..? He-he... :-)
--SA

1 solution

 
Share this answer
 
v2
Comments
Ratika Agarwal 9-Feb-12 2:35am    
I know matrix operations very well. But my problem is to multiply in GALOIS FIELD(2 power n).
Sergey Alexandrovich Kryukov 9-Feb-12 2:41am    
Good for you. I apologize then. But what tells you that Galois field requires matrix multiplication which is different. I think matrix multiplication is matrix multiplication. Please explain to me if I'm wrong.

And what's your problem? Is it programming or mathematics?
--SA
Ratika Agarwal 9-Feb-12 2:49am    
A simple matrix mult.is not same as in Galois Field(2 power n). That is what I am asking here for, how to do it..
Sergey Alexandrovich Kryukov 9-Feb-12 2:55am    
Sound surprising... do you know just the definition of the operation you need? I don't... "How" goes next...
--SA
Sergey Alexandrovich Kryukov 9-Feb-12 3:12am    
Is it Vandermonde matrix multiplication over finite field?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900