Re: Differential Equations in Octave - can it solve them?
Brett Green <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CANkKLCez3gHLr9-8wJA9v7kL5BcdvX6dqgJCJW-gkK2XqfO-+A@mail.gmail.com> |
On Sat, Nov 21, 2020 at 5:53 PM <[email protected]> wrote: > Hello! > > I am Gabriel, and food engineering student. I have worked on my > project, and I need some tool to solve problems that are mainly > differential equations, like: . I like to know whether Octave can solve > this type of problem. If so, can you teach me please? I installed package > symbolic. > > > > Thank you! > > Do you want an analytic solution, then, or is a numerical solution sufficient? Here is the documentation <https://octave.org/doc/v5.2.0/Ordinary-Differential-Equations.html> for some numerical solvers. Although I am only aware of a symbolic solver for ODEs, here is its documentation <https://octave.sourceforge.io/symbolic/function/@sym/dsolve.html> as well.
image002.png
(image/png, 957 B) - not displayed