Post Reply 
Any languages able to program (0,1] mathematical interval
04-28-2017, 10:11 PM (This post was last modified: 04-28-2017 10:23 PM by Vtile.)
Post: #9
RE: Any languages able to program (0,1] mathematical interval
..And in 50g plot etc..

Y1(X)=(Your function)*(0≤X)*(9>X)

(0≤X)*(9>X) Boolean AND

If X is less than zero and is less than 9 then 0*0=0
If X is more than zero but is less than 9 then 1*1=1
If X is more than zero and is more than or equal of 9 then 1*0=0

PS. (–2, 3] So utterly ugly !!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Any languages able to program (0,1] mathematical interval - Vtile - 04-28-2017 10:11 PM



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