Maxima often asks positive, negative, zero ? while solving ODE. Is there a way to see all of them at once ?
positive, negative, zero ?
Load the noninteractive package, which comes bundled with recent Maxima versions, before solving the ODE.
noninteractive
You can load it with:
load(noninteractive);