Post Reply 
[CAS] find domain for function?
11-13-2019, 09:49 AM
Post: #8
RE: [CAS] find domain for function?
Perhaps with past release of firmware, it could not do so.

With the latest release (2018 10 16), I found domain command which can be used to find domain:

For example, to find domain of f(x) = 1/(x-1), simply use:
domain(1/(x-1),x)
it will return x<>1

I'm just thinking howto find range of this function. Perhaps the following command can help:

domain(solve(y=1/(x-1),x),y)
it will return y<>0
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[CAS] find domain for function? - ww63 - 09-16-2015, 10:46 AM
RE: [CAS] find domain for function? - ww63 - 09-18-2015, 01:20 PM
RE: [CAS] find domain for function? - Han - 09-18-2015, 02:10 PM
RE: [CAS] find domain for function? - teerasak - 11-13-2019 09:49 AM



User(s) browsing this thread: 1 Guest(s)