38,39c38,39 < ## ODE options structure with all the most commont options fields < ## initialized @strong{and} set the values of the fields @var{"field1"}, --- > ## ODE options structure with all the most common option fields > ## initialized, @strong{and} set the values of the fields @var{"field1"}, 43,44c43,55 < ## The most commonly used ODE options which are always assigned a value < ## by @qcode{odeset} are the following: --- > ## If called with an input structure @var{oldstruct} then overwrite the > ## values of the options @var{"field1"}, @var{"field2"}, @dots{} with > ## new values @var{value1}, @var{value2}, @dots{} and return the > ## modified structure. > ## > ## When called with two input ODE options structures @var{oldstruct} and > ## @var{newstruct} overwrite all values from the structure > ## @var{oldstruct} with new values from the structure @var{newstruct}. > ## Empty values in @var{newstruct} will not overwrite values in > ## @var{oldstruct}. > ## > ## The most commonly used ODE options, which are always assigned a value > ## by @qcode{odeset}, are the following: 51c62 < ## Used BDF formulas in implicit multistep methods. --- > ## Use BDF formulas in implicit multistep methods. 65c76 < ## thime and state. --- > ## time and state. 68c79 < ## Specifiy whether the Jacobian is a constant matrix or depends on the --- > ## Specify whether the Jacobian is a constant matrix or depends on the 72c83 < ## If the Jacobian matrix is sparse and non constant but maintains a --- > ## If the Jacobian matrix is sparse and non-constant but maintains a 76,77c87,88 < ## Mass matrix specified as a constant matrix or a function of < ## thime and state. --- > ## Mass matrix, specified as a constant matrix or a function of > ## time and state. 80c91 < ## Specifiy whether the Mass matrix is a constant matrix or depends on --- > ## Specify whether the mass matrix is a constant matrix or depends on 97c108 < ## If the Mass matrix is sparse and non constant but maintains a --- > ## If the mass matrix is sparse and non-constant but maintains a 105c116 < ## Control error relative to the 2-norm of the solution rather than its --- > ## Control error relative to the 2-norm of the solution, rather than its 137,147d147 < ## If called with an input structure @var{oldstruct} then overwrite the < ## values of the options @var{"field1"}, @var{"field2"}, @dots{} with < ## new values @var{value1}, @var{value2}, @dots{} and return the < ## modified structure. < ## < ## When called with two input ODE options structures @var{oldstruct} and < ## @var{newstruct} overwrite all values from the structure < ## @var{oldstruct} with new values from the structure @var{newstruct}. < ## Empty values in @var{newstruct} will not overwrite values in < ## @var{oldstruct}. < ##