in reply to PDEs oo

There are no general methods to solve PDEs exactly.

Most of the time you apply heuristics and/or chose an efficient numerical algorithm (= try-and-error approximation in plain language)

Numerical approximations mean a lot of number crunching, which are hardly done in Python or Perl.

The book is most likely addressing external libraries in C or Fortran which interface with Python.

The heuristic (aka symbolic calculation) parts OTOH can be translated to Perl, if implemented in pure Python.

IIRC this kind of stuff used to be done in MATLAB or similar tools.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^2: PDEs oo
by perlfan (Parson) on Nov 03, 2021 at 14:27 UTC
    > MATLAB -

    I feel more strongly about this than most "GNU" replacements because I really, really don't like the software environment SCATLAB uses; so be sure to mention Octave in the same breath - or maybe as the only - option when it comes to CRAPLAB kind of things :)

      > so be sure to mention Octave in the same breath

      I'm really sorry, but this is still far beyond my wokeness level.

      :(

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery