Thanks, this was helpful
>
> Sometimes you can use 'assume' to get the behavior you want, however. In
> this case, for example:
>
> sage: var('vgs vt n')
> (vgs, vt, n)
> sage: f = (vgs - vt)^n
> sage: assume(vgs > vt)
> sage: f^(1/n)
> vgs - vt
> sage: forget()
> sage: f^(1/n)
> ((vgs - vt)^n)^(1/n)
> sage:
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---