"Numerical Analysis I"- Mathematica or C++ ?

  • Thread starter Thread starter roni
  • Start date Start date

roni

Cornell FE
Joined
3/19/09
Messages
608
Points
38
Hi,

I want to take "Numerical Analysis I" at Hunter College during the coming summer semester.
As far as I understand, Mathematica will be used for the programming part of the course.

I don't know if C++ is used in the basic numerical analysis classes in other schools. Should I take this course in colleges that use C++ for the programming part or Mathematica will be as beneficial ?
I'm also trying to develop my C++ programming knowledge and thought that Numerical Analysis might be a good way.

So, what do you guys say ?


Thanks,
Ron.
 
A numerical methods course using C++ or even Matlab would be preferable to one using Mathematics, imo.
 
"I'm also trying to develop my C++ programming knowledge and thought that Numerical Analysis might be a good way."

I think this is a good approach. And even C would be good in order to learn NA. And there's lots of C code out there.

Mathematica is great, later imo.
 
If you start from C/C++ then any other programming language will be a piece of cake for you. For NA you don't need that much of C/C++, it'll take you only several days to master all the language features to start coding algorithms. I'd vote for C/C++ but it depends if you can find such course. At my University (it's not in NYC) for NA courses you can use any language you're the most comfortable with, you might find the similar setup in NYC. Also, there are tons of numerical algorithms in C code on the Internet that you can adapt to your needs and you can learn from. It's probably more free NA in C available than in any other language (except maybe fortran).
 
I agree with Lugh (Danie Duffy) and dstefan.
I suggest a getting started with Matlab and thereafter a extensice C++ - Course!
 
Back
Top Bottom