First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use the method .full_simplify():

sage: var('a b c')              
(a, b, c)
sage: ex = (a/b)^c - (a^c)/(b^c)
sage: ex.full_simplify()
0
click to hide/show revision 2
No.2 Revision

You can use the method .full_simplify():

sage: var('a b c')              
(a, b, c)
sage: ex expression = (a/b)^c - (a^c)/(b^c)
sage: ex.full_simplify()
expression.full_simplify()
0