0

the command print(latex(sin(x)*sin(x))) returns something like this $$\sin(x)^2$$. However, I would like it to return something like this instead $$\sin^2(x)$$ I am new to sage and I am guessing there is a correct way to do this. Any help is greatly appreciated.

userX
  • 309
  • 2
  • 11

1 Answers1

0

Here is an answer that explains that it is not possible at the moment: https://groups.google.com/forum/#!topic/sage-support/-FxOZmHhcgo

rwst
  • 2,515
  • 2
  • 30
  • 36