No.11298677 ViewReplyOriginalReport
Given 2 functions f(a) and f(b), where a and b eof N, does always a function f(c) exist that transforms the results from f(a) into f(b)?

Example:
f(a) = 2x ; {2,4,6,8...}
f(b) = 4x ; {4,8,12,16...}
then
f(c) = f(b) = f(a)*2