I'm trying to teach some guys who don't know much of programming and need to do lots of math. We need to optimize some functions using derivatives, max, min and some sums.
But then again we are talking of functions, not numbers, so i was going to teach them matlab, but apparently they had a bad experience trying to learn matlab (and proview and other national instrument stuff) and are definitely not going to pay for a license before actually being sure it will work.
So i was wondering if you guys have some very fast solution to allow them to define functions derivate them solve some equations graph the results
I'm looking into some python stuff but i don't know if i will find something that will solve the problem
Edit:
i need to go from 7x^2 -> 14x (a lot more complexity but yea symbolically) to optimize some functions around inventorying(simplex, duplex, complex, maybeee some genetic stuff but very very lightweight) and distribution(fish mostly) in big environments(but still pure math, no real data or statistics).
When i meant fast, i meant easy to implement(so the java as a scripting tool using java libraries to graph is kinda hard to implement in comparison to installing python for example). Not as in needing too much efficiency.
Im trying all the GNU stuff resembling matlab to see if that fits, but if you have any idea, example or language that could help optimize math functions and run very simple simulations(and visualize them) i would love to check them out.