Re: Fortran vs. Octave/Matlab
- From: TideMan <mulgor@xxxxxxxxx>
- Date: Tue, 3 Nov 2009 19:04:42 -0800 (PST)
On Nov 3, 11:21 pm, n...@xxxxxxxxx wrote:
In article <f9436995-4e6e-42ca-8f7d-e8d144891...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
TideMan <mul...@xxxxxxxxx> wrote:
On Nov 3, 8:23=A0pm, frank <fr...@xxxxxxxxxxxxxxx> wrote:
On Mon, 02 Nov 2009 21:45:47 -0500, user1 wrote:
They should also learn how to do square roots by hand.
I swear I learned how to do this in high school but completely forget the
method. =A0How does it go?
It was intermediate school (=3Djunior high in US?) for me and I remember
that you have to pair off the digits from the right, but then what?
As usual, Google can tell us:
http://www.itl.nist.gov/div897/sqg/dads/HTML/squareRoot.html
It's also a stupid way to do it, and has been for 300 years. Solving
the equation x^2 = a is FAR better, whether you use binary chop,
Newton-Raphson or iterative linear interpolation. And, yes, you
can do any of those in your head with a little practice.
Regards,
Nick Maclaren.
The point is not whether it's a stupid method or what the best method
is, but what is "good" for students to learn (in addition to Fortran,
of course).
Back in the 50's, another of the things that was "good" for us to
learn was how to add up in our heads columns of pounds, shillings and
pence, row by row. Starting from the right you had base 12 pence,
then base 20 shillings, then pounds. I remember we got quite good at
it, but I've lost that skill now.
.
- Follow-Ups:
- Re: Fortran vs. Octave/Matlab
- From: jfh
- Re: Fortran vs. Octave/Matlab
- From: glen herrmannsfeldt
- Re: Fortran vs. Octave/Matlab
- References:
- Fortran vs. Octave/Matlab
- From: Florian Xaver
- Re: Fortran vs. Octave/Matlab
- From: user1
- Re: Fortran vs. Octave/Matlab
- From: frank
- Re: Fortran vs. Octave/Matlab
- From: TideMan
- Re: Fortran vs. Octave/Matlab
- From: nmm1
- Fortran vs. Octave/Matlab
- Prev by Date: Re: Overloading OPERATOR(+): my usage causing memory leaks.
- Next by Date: Re: Fortran vs. Octave/Matlab
- Previous by thread: Re: Fortran vs. Octave/Matlab
- Next by thread: Re: Fortran vs. Octave/Matlab
- Index(es):
Relevant Pages
|