On 10/18/10 1:31 AM, Robert Dodier wrote:
> On 10/17/10, Raymond Toy <toy.raymond at gmail.com> wrote:
>
>> fmin_cobyla(f, var, initx, [constraints = [foo], rhobeg = b, rhoend= e,
>> maxfun = m, iprint = i])
> I;m sorry to be a bother, but indicating optional arguments
> with square brackets is ambiguous, since [a = b, c = d, ...]
> is a valid Maxima function argument.
Sorry, that was just a description. The actual documentation doesn't
show that. It just says fmin_cobyla(f, var, initx) and fmin_cobyla(f,
var, initx, optional_args).