Skip to content

Commit 0b52ef2

Browse files
committed
fix fricas doctest
1 parent 15fecbe commit 0b52ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/symbolic/expression.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10667,7 +10667,7 @@ cdef class Expression(Expression_abc):
1066710667
sage: ex.simplify(algorithm="giac")
1066810668
I*sqrt(x^2 - 1)
1066910669
sage: ex.simplify(algorithm="fricas") # optional - fricas
10670-
I*sqrt(x^2 - 1)?
10670+
(I*x^2 + I*sqrt(x^2 - 1)*x - I)/(x + sqrt(x^2 - 1))
1067110671
1067210672
TESTS:
1067310673

0 commit comments

Comments
 (0)