Post Reply 
It does not work what am I doing wrong?
01-14-2022, 10:57 PM
Post: #17
RE: It does not work what am I doing wrong?
(01-10-2022 02:59 PM)Arno K Wrote:  Perhaps the workaround (2*x-3)*(x>=-1)*(x<=3) can help you. The "where"-Operator does not seem to work in plot.
Arno

Another workaround is (2*X-3)/((-1<X)(X<=3)). This would work if you wanted F1(5) to be undefined instead of 0.

This would also work as 2*X-3/(-1<X)/(X<=3). This more closely mimics the "where" operator. In this case, it makes the "-3" term undefined out of range rather than "2*X-3". At the end of the day, that makes no difference because the entire expression is undefined if even a single part is undefined.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: It does not work what am I doing wrong? - IHarwell - 01-14-2022 10:57 PM



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