Re: An Interesting Problem
From: Absque Erus (pirxthepilot_at_canoemail.com)
Date: 03/27/05
- Next message: jshsucks_at_yahoo.com: "Re: SCALAR Inner Products ?"
- Previous message: schoenfeld1_at_gmail.com: "Re: price-to-earnings ratios and fundamental analysis"
- In reply to: Peter Webb: "Re: An Interesting Problem"
- Next in thread: Peter Webb: "Re: An Interesting Problem"
- Reply: Peter Webb: "Re: An Interesting Problem"
- Messages sorted by: [ date ] [ thread ]
Date: 26 Mar 2005 17:50:33 -0800
> You want a function f(a(n)) = b(n)
Lets look at it in another way:
All I want is to arrive at the sequence Sc1 from Sf1 by means of a
mathematical function.
But there are no restrictions as how that sequence is
stored/represented before processing.
One possiblity is to consider the entire sequence S a single (very
large) number by simply treating the integers in it as digits in a base
256 representation, such as SN (the large number) = S(1) + 256*S(2) +
256^2*S(3) + ...
In that case the function f we seek is simply a function translating
some very large integer numbers.
The only concern is that the function f() has to produce the very large
number Sc1 when presented with Sf1 and *also* produce Sf2 when fed Sf3.
There are not even specific constraints on the "source" numbers
(sequences) Sf1 and Sf3, although it would be prefferrable to have them
being defined outside the algorithm.
The idea of course is to trade files containing appropriate functions
f() which convert already present "reference" files (large numbers)
into other arbitrary files. But one can treat the sequences (i.e.
pre-process them) in any way which is most convenient for the
algorithm.
AE
- Next message: jshsucks_at_yahoo.com: "Re: SCALAR Inner Products ?"
- Previous message: schoenfeld1_at_gmail.com: "Re: price-to-earnings ratios and fundamental analysis"
- In reply to: Peter Webb: "Re: An Interesting Problem"
- Next in thread: Peter Webb: "Re: An Interesting Problem"
- Reply: Peter Webb: "Re: An Interesting Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|