Re: best software environment for numerical analysis
From: Joe Smith (joesmith323_at_hotmail.com)
Date: 09/19/04
- Next message: D. Baruth: "Bessel Function - J0(x)"
- Previous message: anonymous: "Re: How do I fit a line through three points in space?"
- In reply to: Phil Webb: "best software environment for numerical analysis"
- Next in thread: Herman Rubin: "Re: best software environment for numerical analysis"
- Reply: Herman Rubin: "Re: best software environment for numerical analysis"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 19 Sep 2004 01:58:19 GMT
On Thu, 16 Sep 2004 14:29:45 +0100, Phil Webb
<philwebb@nospam.radiolink.net> wrote:
>I am about to embark on a software project with intensive numerical
>analysis and i have been out of it(ie software) for a while.
>
>
>I assume for numerical analysis, from what i have recently read on the
>internet, delphi and Python are NOT the way to go.
>
It appears that you intend to write software which is really for a one
off calculation albeit for a number of scenarios.
Modern personal computers are incredibly fast. Apparently the new Mac
G5 is on par with a Cray supercomputer from 1985.
Given how fast computers are and how slow programmers are for a one
off calculation you should be looking for a language which will be
easy to program in and which is not prone to the introduction of
errors.
If you are already familiar with Pascal then you should seriously
consider using Delphi. I have been playing around with some
computation in Delphi. I was concerned with performance so I replaced
the innermost loop (doing DAXPY) with inline assembler and got only a
small improvement even though that loop consumed a majority of the
total time for the whole program.
I do not think you will suffer much or any performance penalty using
Delphi over C or C++.
- Next message: D. Baruth: "Bessel Function - J0(x)"
- Previous message: anonymous: "Re: How do I fit a line through three points in space?"
- In reply to: Phil Webb: "best software environment for numerical analysis"
- Next in thread: Herman Rubin: "Re: best software environment for numerical analysis"
- Reply: Herman Rubin: "Re: best software environment for numerical analysis"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|