3

Maxima often asks positive, negative, zero ? while solving ODE. Is there a way to see all of them at once ?

weis26
  • 401
  • 6
  • 16

1 Answers1

4

Load the noninteractive package, which comes bundled with recent Maxima versions, before solving the ODE.

You can load it with:

load(noninteractive);
Adobe
  • 12,967
  • 10
  • 85
  • 126
jmbr
  • 3,298
  • 23
  • 23