Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/daspk.cc @ 9067:8970b4b10e9f
Cleanup documentation for quad.texi and diffeq.texi
Grammarcheck input .txi files
Spellcheck .texi files
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 28 Mar 2009 22:18:51 -0700 |
parents | 7c02ec148a3c |
children | 610bf90fce2a |
comparison
equal
deleted
inserted
replaced
9066:be150a172010 | 9067:8970b4b10e9f |
---|---|
217 @noindent\n\ | 217 @noindent\n\ |
218 in which @var{x}, @var{xdot}, and @var{res} are vectors, and @var{t} is a\n\ | 218 in which @var{x}, @var{xdot}, and @var{res} are vectors, and @var{t} is a\n\ |
219 scalar.\n\ | 219 scalar.\n\ |
220 \n\ | 220 \n\ |
221 If @var{fcn} is a two-element string array or a two-element cell array\n\ | 221 If @var{fcn} is a two-element string array or a two-element cell array\n\ |
222 of strings, inlines, or function handles, the first element names\n\ | 222 of strings, inline functions, or function handles, the first element names\n\ |
223 the function @math{f} described above, and the second element names a\n\ | 223 the function @math{f} described above, and the second element names a\n\ |
224 function to compute the modified Jacobian\n\ | 224 function to compute the modified Jacobian\n\ |
225 @tex\n\ | 225 @tex\n\ |
226 $$\n\ | 226 $$\n\ |
227 J = {\\partial f \\over \\partial x}\n\ | 227 J = {\\partial f \\over \\partial x}\n\ |