Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #11787
| From | mhx@iae.nl |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: Riemann zeta function in Forth |
| Date | 2012-04-30 09:33 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <1616278.277.1335803596666.JavaMail.geo-discussion-forums@vbuo17> (permalink) |
| References | (2 earlier) <10309024.425.1335725354962.JavaMail.geo-discussion-forums@vbmi19> <73d31370-2292-4a41-b1c3-70563ddf8660@e42g2000yqa.googlegroups.com> <27338109.184.1335768456249.JavaMail.geo-discussion-forums@vbqq1> <23588120.127.1335795911306.JavaMail.geo-discussion-forums@vbfg3> <4f9ea897$0$9505$9b4e6d93@newsspool1.arcor-online.net> |
"A. K." <akk@..rg> writes Re: Riemann zeta function in Forth > On 30.04.2012 16:25, mh...nl wrote: [..] >> ZZETA matches Mathematica for the negative real axis and some >> selected poles with Re(s)< 1. > Under the somewhat simplifying assumption that Forth is good for small > devices, but not altoo well suited for mathematics (there are better > competitors in that realm), Well, I do not agree that Forth is good only for small devices. For instance, I have Forth software that hooks both into SPICE simulator engines (LTSpice and NGSPICE) and Simulink, and allows digital state-feedback control of switched mode power supplies that are being designed at the device-level. I think I am on the point to have gained sufficient knowledge to need neither SPICE nor Simulink to do what I want (I can do it all in Forth). On the other hand, I am installing Code Composer Studio right now to work with the Piccolo controlSTICK DSP (40 Euros, can do FP and fixed-point). I have no Forth software for that device (yet :-) For each task imaginable there exists a better tool than I am currently using. However, I'd like to know more or less exactly HOW such tools work, as I observe they break rather easily (The TI tools took 10 minutes diskaccess, 1 GB memory and 20 minutes internet contact to install), leaving the user with no other option than try something else. I have found that Forth is quite good at helping me find out how things work. This is becoming more and more important now less and less people seem to have such (saleable) knowledge anymore. > what could one practically achieve with > numbercrunching the Zetafunction in Forth??? Crypto-stuff??? I don't know (isn't it nice to gain some understanding of the zeta function while using Forth?). For me it is a way to test the MPFR and MPC interfaces to iForth. Indeed, I improved the functionality and fixed a few bugs during the Riemann Zeta coding. And I learned quite a few things about approximating functions and complex numbers that would be quite an unpleasant and prohibitively time-expensive study in other settings. > Of course, I understand that it can be a lot of fun.... The driving factor for most things I do. -marcel
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Riemann zeta function in Forth Krishna Myneni <krishna.myneni@ccreweb.org> - 2012-04-28 07:48 -0700
Re: Riemann zeta function in Forth mhx@iae.nl - 2012-04-29 09:18 -0700
Re: Riemann zeta function in Forth mhx@iae.nl - 2012-04-29 11:49 -0700
Re: Riemann zeta function in Forth Krishna Myneni <krishna.myneni@ccreweb.org> - 2012-04-29 17:08 -0700
Re: Riemann zeta function in Forth mhx@iae.nl - 2012-04-29 23:47 -0700
Re: Riemann zeta function in Forth Krishna Myneni <krishna.myneni@ccreweb.org> - 2012-04-30 04:17 -0700
Re: Riemann zeta function in Forth mhx@iae.nl - 2012-04-30 07:25 -0700
Re: Riemann zeta function in Forth "A. K." <akk@nospam.org> - 2012-04-30 16:59 +0200
Re: Riemann zeta function in Forth mhx@iae.nl - 2012-04-30 09:33 -0700
Re: Riemann zeta function in Forth Krishna Myneni <krishna.myneni@ccreweb.org> - 2012-04-30 15:21 -0700
Re: Riemann zeta function in Forth Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-05-01 02:53 -0500
Re: Riemann zeta function in Forth "Elizabeth D. Rather" <erather@forth.com> - 2012-05-01 08:37 -1000
Re: Riemann zeta function in Forth Krishna Myneni <krishna.myneni@ccreweb.org> - 2012-05-02 07:06 -0700
Re: Riemann zeta function in Forth Hans Bezemer <the.beez.speaks@gmail.com> - 2012-05-03 17:43 +0200
Re: Riemann zeta function in Forth Krishna Myneni <krishna.myneni@ccreweb.org> - 2012-05-03 19:33 -0700
Re: Riemann zeta function in Forth The Beez <the.beez.speaks@gmail.com> - 2012-05-04 01:39 -0700
Re: Riemann zeta function in Forth Krishna Myneni <krishna.myneni@ccreweb.org> - 2012-05-04 15:26 -0700
Re: Riemann zeta function in Forth The Beez <the.beez.speaks@gmail.com> - 2012-05-05 02:55 -0700
csiph-web