Re: RESTRICTING DOMAINS


[Prev][Next][Index][Thread]

Re: RESTRICTING DOMAINS



On Fri, 20 Sep 1996, Shawn D'Alimonte wrote:


> Try y2=(x^3)(x>0)(x<1).  The TI won't let you combine two comparisons as one.
> In fact I believe it wil evaluate the double comparision as (0<x)<1 which is
> true as long as x>0 since TRUE NOT= 1 and FALSE == 0


at least on the 85 inequalities can be combined using 'and' and 'or'.
The commands are not case sensitive.  Here is an eample for the above
equation:
y2=x^3*(x>0 and x<1)


__________________________
John Logan
n9342326@henson.cc.wwu.edu


References: