1/1
number technique to represent five numbers through one number
by Unknown on Dec 7, 2003 |
Not available! | ||
hi,
Anybody knows some technique through which we can represent five numbers in one number. The order of five numbers is not important i.e. there could be same representation for five numbers in any order but the representation should be unique for any five numbers.
Thanks
Umair
---------------------------------
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.opencores.org/forums.cgi/cores/attachments/20031207/b5c8ae32/attachment.htm
|
number technique to represent five numbers through one number
by Unknown on Dec 10, 2003 |
Not available! | ||
On Sun, 2003-12-07 at 07:43, Umair Farooq Siddiqi wrote:
hi,
Anybody knows some technique through which we can represent five
numbers in one number. The order of five numbers is not important i.e.
there could be same representation for five numbers in any order but
the representation should be unique for any five numbers.
Thanks
Umair
______________________________________________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing
______________________________________________________________________
_______________________________________________
http://www.opencores.org/mailman/listinfo/cores
Sounds like you are looking for a hash algorithm. Take any combination of 5 numbers from a finite set, perform the hash, and get a number from a larger finite set. You will probably want a function that, when inverted, gives you the set of 5 numbers that you started with. I don't know what the function would be, but there are probably some mathematicians in the world who can help find it. Steve McQueen |
1/1