Reply to thread

I know you can't :)


Joking aside, my point was that these days, the most appropriate languages for learning numerical algorithms are ones with built-in support for vector operations, like Matlab or Fortran - this is both in order to be able to concisely express individual steps for many algorithms, as well as for creating good habits regarding writing code suitable for parallelization.


Back
Top Bottom