On paper I would factor 1/b and then subtract and add x and end up with the expression I am looking for.
1/b max(x, ab)
1/b {max(0,ab-x) + x}
Is there a way to do this in sage?
| 1 | initial version |
On paper I would factor 1/b and then subtract and add x and end up with the expression I am looking for.
1/b max(x, ab)
1/b {max(0,ab-x) + x}
Is there a way to do this in sage?
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.