[Maxima] Simplifying sqrt(4*z^2-4*z+1)?
Stavros Macrakis
macrakis at alum.mit.edu
Mon Feb 9 12:11:45 CST 2009
On Mon, Feb 9, 2009 at 12:54 PM, Raymond Toy <raymond.toy at ericsson.com>wrote:
>
> Assume |z| <= 1/2, how can I get maxima to simplify
>
> (sqrt(4*z^2-4*z+1)-1)/(2*z^2-2*z)?
>
expr: (sqrt(4*z^2-4*z+1)-1)/(2*z^2-2*z)
assume(z>-1/2,z<1/2)$
scanmap(factor,expr) => -1/(z-1)
-s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20090209/c4a91266/attachment.htm
More information about the Maxima
mailing list