Displaying 1 result from an estimated 1 matches for "recursivdiv".
2008 Jul 09
7
recursively divide a value to get a sequence
Hi,
if given the value of, say, 15000, I would like to be able to divide
that value recursively by, say, 5, and to get a vector of a determined
length, say 9, the last value being (set to) zero- i.e. like this:
15000 3000 600 120 24 4.8 0.96 0.192 0
These are in fact concentration values from an experiment. For my
script, I get only the starting value (here 15000), and the factor by
which