Changes between Version 11 and Version 12 of Ticket #7660, comment 18
- Timestamp:
- 03/07/14 14:00:12 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7660, comment 18
v11 v12 40 40 TypeError: ECL says: Error executing code in Maxima: solve_rat_ineq: -(x > 1) is not an inequality. 41 41 }}} 42 So maxima refuses to handle the formal expression generated by this patch, and this means they cannot be solved, regardless of method called. So, in addition, `solve()` should be changed in this ticket to do simplification of these expressions before handing them on. This special simplification avoids all issues raised in comment:1042 So maxima refuses to handle the formal expression generated by this patch, and this means they cannot be solved, regardless of method called. So, in addition, `solve()` should be changed to do simplification of these expressions before handing them on. This special simplification avoids all issues raised in comment:10. It can be implemented after this ticket (#15906). 43 43 * `calculus.py:symbolic_expression_from_maxima_string()` should catch maxima `RuntimeError`s from `ecl.c` and rethrow them with meaningful information. (#15902) 44 44 `