Excel's solver like tool for Linux

  • Thread starter Thread starter The-herod
  • Start date Start date
  • Tags Tags
    Linux
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 7K views
The-herod
Messages
23
Reaction score
0
Hello,

Does anyone know about a tool like the Solver of Excel for linux?

Of course it's possible to program one for each task with Maxima, though, it's pretty comfortable to use a generic existing tool like the Solver...

Thanks.
 
Physics news on Phys.org
If we stick to similar tools as excel's solver openoffice has some solver add-ons which work with nonlinear eqs and it has a sort of a goal seek feature by default. Gnumeric being very similar to these 2 has a built in solver. KDE's office suite probably has something similar (? gnome man myself). And can install office using wine if want to "contaminate" your linux.
 
Thanks. I rather to stick to a similar tool, but it's not necessary. Everything that will be easier (and faster) then programming it for a specific problem each time in Maxima.

Actually I tried OOo and gnumeric. Maybe I didn't operate it very well (though it's hard for me to believe it can be too much complicated), but it didn't succeed to solve even basic problems (like abs(exp(x)-1)), while I need it for more complicated problems (like Hohmann transfers).

Anyhow, thanks a lot!
 
In Oo you can play around with different solvers via extensions, like http://kohei.us/ooo/solver/ got running on mine now (got a non-distro version of Oo 2.4 so that doesn't mess my install since it doesn't have a solver installed by default), one cool thing about Oo.
 
Nice! I didn't know about the solver plug-ins.
I'll check it tomorrow (I have to install OO, my copy is from the distribution repositories...)
Thanks!:)