Ask Your Question
0

Domain and range in Sage Math

asked 10 years ago

masac gravatar image

updated 10 years ago

vdelecroix gravatar image

How do i find the domain and range in Sage Math of a function:

f(x) = x/(x^2-1)
g(x) = e^(-x^2) ?
Preview: (hide)

2 Answers

Sort by » oldest newest most voted
0

answered 10 years ago

masac gravatar image

updated 10 years ago

Thank you. Domain/ Range I try to do the same operations in Sage.

Preview: (hide)
link
0

answered 10 years ago

vdelecroix gravatar image

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

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 10 years ago

Seen: 4,375 times

Last updated: Oct 26 '14