test.sm (18 KiB) downloaded 65 time(s).Thanks to developers for this program, that looks very promising!
To my point of view, only little effort is neccesary to significantly improve usability and acceptance of the software. If necessary, can also help with algorithms.
Attached sample shows several problems, which I immediately encountered.
1. SMath is able to evaluate symbolically Ipt, shown in blue, but I found no way to simplify it to equivalent form, which is shown in black. Simplification in general is not a trivial task, but implementing few functions will allow to get necessary result explicitly, see e.g. Maxima's factor(), expand(), radcan().
2. Graphs need automatic and explicit ranges for argument(s) and function value! Moving graph with the mouse may be nice (but absolutely not necessary), if the graph is already seen on the screen, but try to find the curve, when you don't know the result of calculations! 3D graph scaling with the mouse looks to be impossible at all.
Next two points may be just bugs:
1. Both 2D graphs do not show the function I need, although the function itself is calculated correctly.
2. 3D graph needs very long time for calculation, also in comparison with thirty 2D graphs.