When evaluating expressions, then sometimes required brackets are missing. This leads to wrong results even if optimization is set to None.
In the given example I try to perform equivalent transformations of equations. This is possible with Maxima, but not straightforward due to operator priority issues in SMath Studio. This is not only an issue of symbolic evaluation. Also, with optimization None, wrong results are obtained.
It is not ok, that one has to wrap a single name in brackets in order to get a correct expression after evaluation.