GNU Octave/Короткое знакомство с GNU Octave: различия между версиями

Содержимое удалено Содержимое добавлено
Строка 96:
x(t = t0) = x0
</source>
 
For Octave to integrate equations of this form, you must first provide a definition of the function f(x,t). This is straightforward, and may be accomplished by entering the function body directly on the command line. For example, the following commands define the right hand side function for an interesting pair of nonlinear differential equations. Note that while you are entering a function, Octave responds with a different prompt, to indicate that it is waiting for you to complete your input.
 
== Графический вывод ==