#2833 closed defect (fixed)
ExpressionSolve fails
Reported by: | Vitalij Ruge | Owned by: | Vitalij Ruge |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Backend | Version: | trunk |
Keywords: | ExpressionSolve | Cc: |
Description
ExpressionSolve.solve is not able to solve
sqrt(x*x +(-time)/x) = 0; // x^2 = time/x // x = time^(1/3)
Change History (3)
comment:1 by , 10 years ago
Status: | new → accepted |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 by , 10 years ago
Milestone: | Future → 1.9.1 |
---|
Note:
See TracTickets
for help on using tickets.
fixed in r22415