First time here? Check out the FAQ!
answered 2023-08-17 12:02:42 +0100
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,