| 
December 28th, 2007, 08:38 AM
| | Member | | Join Date: Nov 2006
Posts: 121
Country: Thanks: 61
Thanked 7 Times in 7 Posts
| | Best programming language for computing mathematics? C'mon guys...what do you think it is?
C++? | 
December 28th, 2007, 09:16 AM
|  | Generous Contributor | | Join Date: Jan 2006 Location: Angelica, NY
Posts: 7,618
Country: Thanks: 643
Thanked 2,312 Times in 2,098 Posts
| | Quote:
Originally Posted by anthmoo C'mon guys...what do you think it is?
C++? | TRS-80 BASIC.
-Dan
__________________ Got a Physics question? Come on over to To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
"I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - The Litany Against Fear, "Dune" by Frank Herbert | 
December 28th, 2007, 09:25 AM
| | Member | | Join Date: Nov 2006
Posts: 121
Country: Thanks: 61
Thanked 7 Times in 7 Posts
| | Quote:
Originally Posted by topsquark TRS-80 BASIC.
-Dan | Would you be inclined to say its the algorithmic godsend? | 
December 28th, 2007, 11:50 AM
|  | Generous Contributor | | Join Date: Jan 2006 Location: Angelica, NY
Posts: 7,618
Country: Thanks: 643
Thanked 2,312 Times in 2,098 Posts
| | Quote:
Originally Posted by anthmoo Would you be inclined to say its the algorithmic godsend? | If you are still programming in the early 80's maybe. (Though I think they were using FORTRAN even then.)
It was a joke.
-Dan
__________________ Got a Physics question? Come on over to To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
"I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - The Litany Against Fear, "Dune" by Frank Herbert | 
December 28th, 2007, 04:36 PM
|  | Grand Panjandrum | | Join Date: Nov 2005 Location: South of England
Posts: 11,379
Country: Thanks: 667
Thanked 3,619 Times in 2,916 Posts
| | Quote:
Originally Posted by anthmoo C'mon guys...what do you think it is?
C++? | It depends on what you are trying to do. Its a trade off between run time
and your time.
If your time is the limiting resource then MATLAB and its relatives are
preferred. If execution time then a modern FORTRAN variety is advisable.
Other constraints may dictate a number of other languages.
RonL
__________________ Truth does not change because it is, or is not, believed by a majority of the people.
Giordano Bruno | 
December 30th, 2007, 06:06 AM
| | Member | | Join Date: Nov 2006
Posts: 121
Country: Thanks: 61
Thanked 7 Times in 7 Posts
| | Quote:
Originally Posted by CaptainBlack It depends on what you are trying to do. Its a trade off between run time
and your time.
If your time is the limiting resource then MATLAB and its relatives are
preferred. If execution time then a modern FORTRAN variety is advisable.
Other constraints may dictate a number of other languages.
RonL |
How about for algorithms for discrete maths? | 
December 30th, 2007, 06:12 AM
|  | Wesnoth Rookie | | Join Date: Dec 2007 Location: IISc, Bangalore
Posts: 1,343
Country: Thanks: 440
Thanked 654 Times in 548 Posts
| | Quote:
Originally Posted by anthmoo How about for algorithms for discrete maths?  | You mean running graph algorithms and such??
The easiest of course is the C family (at least to me)
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Algebra is the offer made by the devil to the mathematician. The devil says: `I will give you this powerful machine, it will answer any question you like. All you need to do is give me your soul: give up geometry and you will have this marvellous machine.' —Michael Atiyah | 
December 30th, 2007, 09:19 AM
|  | Grand Panjandrum | | Join Date: Nov 2005 Location: South of England
Posts: 11,379
Country: Thanks: 667
Thanked 3,619 Times in 2,916 Posts
| | Quote:
Originally Posted by anthmoo How about for algorithms for discrete maths?  | In anger or as an educational exercise?
If in anger the language will be determined by other considerations.
(in fact it does not matter all high level languages can express the
same algorithms just some are more convienient for some things
and others for other things. I would never recomend a C dialect for
use in education, I have not used it myself but I understand that
Python has an enthusiatic following)
RonL
__________________ Truth does not change because it is, or is not, believed by a majority of the people.
Giordano Bruno | 
December 30th, 2007, 09:57 AM
|  | Wesnoth Rookie | | Join Date: Dec 2007 Location: IISc, Bangalore
Posts: 1,343
Country: Thanks: 440
Thanked 654 Times in 548 Posts
| | Quote:
Originally Posted by CaptainBlack I would never recomend a C dialect for
use in education.
RonL | Hey CB,
I did not get you... 
What do you mean "in" education?
Also I wonder why would Python(you mean general interpreter languages, right?) be preferred over C?
Thanks
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Algebra is the offer made by the devil to the mathematician. The devil says: `I will give you this powerful machine, it will answer any question you like. All you need to do is give me your soul: give up geometry and you will have this marvellous machine.' —Michael Atiyah | 
December 30th, 2007, 03:35 PM
|  | Grand Panjandrum | | Join Date: Nov 2005 Location: South of England
Posts: 11,379
Country: Thanks: 667
Thanked 3,619 Times in 2,916 Posts
| | Quote:
Originally Posted by Isomorphism Hey CB,
I did not get you... 
What do you mean "in" education?
Also I wonder why would Python(you mean general interpreter languages, right?) be preferred over C?
Thanks  | Because C is not a good educational vehicle.
The development cycle with an interpreted language is very much faster
than with a compiled so that is a point in it's favour. However I did say
that I know little about Python, but had heard good opinions of it.
RonL
__________________ Truth does not change because it is, or is not, believed by a majority of the people.
Giordano Bruno | 
December 31st, 2007, 01:53 PM
| | | what about latex?? | 
December 31st, 2007, 03:30 PM
|  | Grand Panjandrum | | Join Date: Nov 2005 Location: South of England
Posts: 11,379
Country: Thanks: 667
Thanked 3,619 Times in 2,916 Posts
| | Quote:
Originally Posted by Cat911 what about latex??  | LaTeX is not a programming language it is a typesetting language.
RonL
__________________ Truth does not change because it is, or is not, believed by a majority of the people.
Giordano Bruno | 
December 31st, 2007, 04:08 PM
|  | vs Jhevon | | Join Date: Feb 2007 Location: New York, USA
Posts: 11,104
Country: Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
| | Quote:
Originally Posted by Cat911 what about latex??  | ...and i believe they were talking about languages that perform mathematical operations. LaTeX doesn't do that (at least not that i know of), it's just used to get those pretty math symbols. the user has to do all the work | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -7. The time now is 09:45 PM. | | |