How to simplify result from domain function
|
03-02-2020, 12:47 PM
Post: #2
|
|||
|
|||
RE: How to simplify result from domain function
The bug probably not from simplify, but x≠3
XCas> purge(x) XCas> x >= 3 // returns x ≥ 3, as expected XCas> x != 3 // returns true ??? XCas> [(x <= -3), (x >= 3) and (x != 3)] // dropped "and true", returns [x <= -3, x >= 3] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to simplify result from domain function - teerasak - 03-02-2020, 07:58 AM
RE: How to simplify result from domain function - Albert Chan - 03-02-2020 12:47 PM
RE: How to simplify result from domain function - parisse - 03-02-2020, 01:18 PM
RE: How to simplify result from domain function - teerasak - 03-03-2020, 05:46 AM
RE: How to simplify result from domain function - parisse - 03-03-2020, 06:06 AM
RE: How to simplify result from domain function - CyberAngel - 03-03-2020, 08:55 PM
RE: How to simplify result from domain function - compsystems - 03-03-2020, 05:18 PM
RE: How to simplify result from domain function - parisse - 03-04-2020, 08:10 PM
RE: How to simplify result from domain function - CyberAngel - 03-04-2020, 09:02 PM
RE: How to simplify result from domain function - parisse - 03-05-2020, 06:31 AM
RE: How to simplify result from domain function - CyberAngel - 03-05-2020, 07:54 AM
|
User(s) browsing this thread: 1 Guest(s)