Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: PDEs oo

by LanX (Saint)
on Nov 03, 2021 at 11:04 UTC ( [id://11138369]=note: print w/replies, xml ) Need Help??


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 (Vicar) 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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11138369]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-19 10:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found