Maxima removes parentheses from cos(x)



Robert Dodier <robert.dodier <at> gmail.com> writes:

> Robert, if you want to go down that road, try this:
> :lisp (mapcar #'(lambda (x) (setf (get x 'tex-rbp) 110)) '(%sin %cos %tan))
> 


Thanks, I used the first hint with
:lisp(setf (get '%cos 'tex) nil);
and it works for me.

But I want to know more and I will look at the other possibilities as well.
Thank you for all answers to my question.

Robert