1 | initial version |
c68
stands for an arbitrary constant. That's because there is an infinite number of solutions to your equation, not only pi/2, since A is actually equal to 1, as you can see by expanding it:
sage: A.expand()
1
NB: you may also use A.simplify_full()
, which yields the same result (A=1).