Pyro.699
January 11th, 2009, 09:31 PM
Hello,
Im interested in programming several different types of programs that can preform very complex calculations but have ran into the problem of a simple way to create an expression for different types of calculations. To put it simply taking the calculation like:
file:///tmp/moz-screenshot.jpghttp://upload.wikimedia.org/math/4/f/0/4f0feb251d1976d70f645ee00caa089e.png
could be written as:
\sum_{k = 0}^{n} \frac{16^{n-k} \mod 8k+1}{8k+1} + \sum_{k = n + 1}^{\infty} \frac{16^{n-k}}{8k+1}
(Calculation for extracting 16bit values of PI)
My question is where i can find a documentation on this kind of expression (like if i had my own expression and wanted to change it into that kind of format).
Thanks
~Cody Woolaver
Im interested in programming several different types of programs that can preform very complex calculations but have ran into the problem of a simple way to create an expression for different types of calculations. To put it simply taking the calculation like:
file:///tmp/moz-screenshot.jpghttp://upload.wikimedia.org/math/4/f/0/4f0feb251d1976d70f645ee00caa089e.png
could be written as:
\sum_{k = 0}^{n} \frac{16^{n-k} \mod 8k+1}{8k+1} + \sum_{k = n + 1}^{\infty} \frac{16^{n-k}}{8k+1}
(Calculation for extracting 16bit values of PI)
My question is where i can find a documentation on this kind of expression (like if i had my own expression and wanted to change it into that kind of format).
Thanks
~Cody Woolaver