| 1 | initial version |
You can try:
sage: e1.substitute({e2:e3})
If this does not work, please do not hesitate to provide a way to construct e1, e2 and e3 so that we can think about it.
| 2 | No.2 Revision |
You can try:
sage: e1.substitute({e2:e3})
or even
sage: e1.substitute({e2:e3, 1/e2:1/e3})
if it can help.
If this does not work, please do not hesitate to provide a way to construct e1, e2 and e3 so that we can think about it.
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.