On Mon, Aug 31, 2015 at 6:58 PM, Jim Huff <[email protected]> wrote:
> The integral of -1/(1-x) should be ln(1-x)
>
> SageMathCloud computes ln(x-1)
>


assume(x>1)
integrate(-1/(1-x),x)

returns ln(x-1), which is correct.

For 0<x<1, if you regard ln() as a multi-valued function on CC-{x<=0}
then ln(x-1) and ln(1-x) differ by a constant.

 Hope that helps.

> integrate(-1/(1-x),x)
> RUN
> Result:  log(x-1)
>



>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to