Actually, this is one book (actually _three_ books!) that you really want to buy. I marked up nearly every single page of all three volumes. I think I learned more math from Knuth than from all of the rest of my math courses combined. You can probably get the 3-volume set used if you look on EBay. Another keeper: Feynmann's Lectures on Physics. You can learn more physics from these volumes than from any six other physics or math courses. At 06:02 PM 5/6/2011, David Makin wrote:
Oh ! I guess |I'll have to read it properly at last (been meaning to for about 15 years). Previously I've just gleaned one or two gems from it but not read the whole thing - if I remember correctly the most useful item for me from it (in the past) was the max/med/min method to get the approx, 3D magnitude., though knowing my memory nowadays I could have got that from somewhere else entirely ;) Another visit to the library is in order.
On 6 May 2011, at 21:03, Henry Baker wrote:
Knuth's Art of Computer Programming, among others. I would hope that it is accessible to UK "A" levels!
At 12:37 PM 5/6/2011, David Makin wrote:
On 6 May 2011, at 19:53, Joerg Arndt wrote:
* Henry Baker <hbaker1@pipeline.com> [May 06. 2011 20:25]:
You know that the Casio performs an inverse lookup for sure?
As an aside, there is an interesting trend in symbolic algebra that's been going on for 35 years or so: doing less traditional algebra & more numerical calculations. E.g., instead of using bignums to compute the inverse of an integer determinant, compute the determinant mod p for enough p's; using "black box programs" to compute polynomials & computing the coefficients (if you really want them) by interpolating enough point values.
Note this method (compute mod enough coprime moduli, then CRT) is 1) exact 2) bloody fast
Where can I find details of (compute mod enough coprime moduli, then CRT) ? (that someone with only UK "A" level math can understand) (I mean for example - what's CRT here ?)