First time here? Check out the FAQ!
answered 1 year ago
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,