I want to solve an inequation composed of FractionFieldElement.
RF = RealField(300)
P.<x> = RF[]
solve(x ^ 2 / (x + 1) >= 0, x) # TypeError: x is not a valid variable.
I got a TypeError. What can I do?
| 1 | initial version |
I want to solve an inequation composed of FractionFieldElement.
RF = RealField(300)
P.<x> = RF[]
solve(x ^ 2 / (x + 1) >= 0, x) # TypeError: x is not a valid variable.
I got a TypeError. What can I do?
I want to solve an inequation composed of FractionFieldElement.
RF = RealField(300)
P.<x> = RF[]
solve(x ^ 2 / (x + 1) >= 0, x) # TypeError: x is not a valid variable.
I got a TypeError. What can I do?
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.