Post Reply 
How to simplify result from domain function
03-03-2020, 05:18 PM (This post was last modified: 03-04-2020 11:11 PM by compsystems.)
Post: #6
RE: How to simplify result from domain function
A new command to graph interval is very important, for example to graph the solution [x≤-3, (x≥3) AND (x≠3)] the following instruction is required

F1(X):=PIECEWISE( X≤-3, 0, (X≥3) AND (X≠3), 0 ) [enter] [plot]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to simplify result from domain function - compsystems - 03-03-2020 05:18 PM



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