| 1 | initial version |
If you remove the comment, you have to replace sgn(SGN) with sgn(SGN(x)).
For me, the problem is in:
show(SGN.parent())
That prints SR, while we have:
SGN.parent()
Callable function ring with argument x
SGN(x).parent()
Symbolic Ring
| 2 | No.2 Revision |
If you remove the comment, you have to replace sgn(SGN) with sgn(SGN(x)).
For me, the problem is in:
show(SGN.parent())
That prints (LaTeX) SR, while we have:
SGN.parent()
Callable function ring with argument x
SGN(x).parent()
Symbolic Ring
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.