P
Pasacco
Guest
Hi
I need some idea how to implement "inverse function", when the function
is one-to-one mapping.
Input : A(0), A(1), A(2), A(3)
Output : B(0), B(1), B(2), B(3)
provided that
(1) each of A(0), A(1), A(2), A(3) are one of 0, 1, 2, 3.
(2) each of A(0), A(1), A(2), A(3) are different.
For example,
A(0)=0, A(1)=3, A(2)=1, A(2)=2
I need to implement a component to generate
B(0)=0, B(1)=2, B(2)=3, B(3)=1
Does anyone have idea or pointer?
Thankyou in advance
I need some idea how to implement "inverse function", when the function
is one-to-one mapping.
Input : A(0), A(1), A(2), A(3)
Output : B(0), B(1), B(2), B(3)
provided that
(1) each of A(0), A(1), A(2), A(3) are one of 0, 1, 2, 3.
(2) each of A(0), A(1), A(2), A(3) are different.
For example,
A(0)=0, A(1)=3, A(2)=1, A(2)=2
I need to implement a component to generate
B(0)=0, B(1)=2, B(2)=3, B(3)=1
Does anyone have idea or pointer?
Thankyou in advance