Page 1 sur 1

domain and about

Publié : mar. juin 18, 2019 8:35 pm
par lukamar
Hello,
I think that 'domain' command should intersect its result with the set obtained by 'about' command (the real case).
For example, when entering

Code : Tout sélectionner

assume(x<1);
domain(ln(x),x)
one obtains x>0, but shouldn't it be x>0 and x<1?
Also, by doing the intersection domain(x) would return x<1, i.e. the domain of x.

Re: domain and about

Publié : mer. juin 19, 2019 8:42 am
par parisse
Hi
I just checked, and I get ((x>0) and (x<1))

Re: domain and about

Publié : jeu. juin 20, 2019 4:17 pm
par lukamar
Indeed! Thanks!