Ask Your Question

Revision history [back]

click to hide/show revision 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,