[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: code for solving the partial differential equation using Octave
From: |
Tatsuro MATSUOKA |
Subject: |
Re: code for solving the partial differential equation using Octave |
Date: |
Wed, 29 Jul 2015 14:15:15 +0900 (JST) |
----- Original Message -----
> From: deepus
> To: help-octave
> Cc:
> Date: 2015/7/29, Wed 13:50
> Subject: code for solving the partial differential equation using Octave
>
> Can you please give me the code for solving the partial differential equation
> using Octave? I only need a simple partial differential equation and its
> Octave code.
>
> I search for many sites, but they explained in a complicated way and I can't
> get it.
>
> Please help me..
>
Unlike ordinary differential equation, there is no PDE (partial differential
equation) solver
in Octave core function.
Also appropriate solving the method of the PDE depends on the PDE problems
themselves.
> I search for many sites, but they explained in a complicated way and I can't
> get it.
I think that you are a student and have little knowledge of PDE.
I am not also familiar to numerical calculation of PDE.
Please write detailed problem that you have to solve.
Answer strongly depends on the kind of problem PDE and there is no general
algorithm.
Tatsuro