changeset 16868:b028df1b1e81

doc: Mention oregonator.m in examples dir in documentation. * doc/interpreter/diffeq.txi: Mention oregonator.m is available in examples directory.
author Rik <rik@octave.org>
date Sat, 29 Jun 2013 18:17:37 -0700
parents be41c30bcb44
children 11dee6ef204c
files doc/interpreter/diffeq.txi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/diffeq.txi	Sat Jun 29 18:08:24 2013 -0700
+++ b/doc/interpreter/diffeq.txi	Sat Jun 29 18:17:37 2013 -0700
@@ -69,6 +69,7 @@
 
 @example
 @group
+## oregonator differential equation
 function xdot = f (x, t)
 
   xdot = zeros (3,1);
@@ -109,6 +110,10 @@
 Solvers}, in Scientific Computing, R. S. Stepleman, editor, (1983) for
 more information about the inner workings of @code{lsode}.
 
+An m-file for the differential equation used above is included with the
+Octave distribution in the examples directory under the name
+@file{oregonator.m}.
+
 @node Differential-Algebraic Equations
 @section Differential-Algebraic Equations