Ask Your Question

Revision history [back]

Hello,

Be careful that your question is not well defined. In the definition of a function there is already a domain and a codomain (and the range is a subset of the codomain). In particular it makes no sense to compute the domain.

I guess that what you meant is : on which set of numbers the expression XXX is valid ? Remark that this is relatively subtle because an expression like

(x^2 - 1) / (x^2 - 1)

is not well defined at x=1 since 0 / 0 is not defined.

The question is still not well defined since you might want to consider this expression over the real numbers, the complex numbers, the Riemann sphere or something even more complicated. Depending on the question, you have first to see where the expression makes sense and then to compute the range. For this last computation Sage can currently not help.

Vincent