| 1 | initial version |
Try :
sage: var("a, b, c")
(a, b, c)
sage: ((a+b)/c).expand()
a/c + b/c
As a neophyte, you should benefit geatly by reading this book...
HTH,
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.