| 1 | initial version |
For example:
sage: var('a b c d')
sage: q=(ab+c)/(bd+a+c)
sage: expand(numerator(q)/b)/expand(denominator(q)/b)
(a + c/b)/(d + a/b + c/b)
| 2 | No.2 Revision |
For example:
sage: var('a b c sage: expand(numerator(q)/b)/expand(denominator(q)/b)
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.