multiple versions of maxima



2009/3/24 Thomas Widlar <twidlar at yahoo.com>:

> I've defined some parameter-dependent variables. When I integrate
> expressions with these variables, the dependency is not recognized, see
> example below. This problem appears in particular when solving ordinary
> diff. eqs. with ode2(). Am I doing anything wrong here?

Nothing is wrong, but integrate simply does not recognize
dependencies declared by "depends".
Only explicit dependencies (e.g. you have to write foo(x)
even if you already declared depends(foo, x)) are recognized
by integrate.

best

Robert Dodier