Post Reply 
Let's vote for suggestions and bugs
12-15-2018, 02:53 PM
Post: #82
RE: Let's vote for suggestions and bugs
all statements when executed in the history, if they contain the SET data type become LISTS, a list does not always have the same mathematical properties of the sets

D_ := set[ "H", "E", "L", "L", "O"]; [↵] set["H","E","L","O"]
E_ := [ "H", "E", "L", "L", "O" ]; [↵] ["H","E","L","L","O"]


D_ == E_ false

set[ "H", "E", "L", "L", "O"] minus set[ "H", "E" ]; [↵]
set["L", "O" ]

set[ "H", "E", "L", "L", "O"] union set[ "H", "E" ]; [↵]
set[ "H", "E", "L", "O"]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Let's vote for suggestions and bugs - compsystems - 12-15-2018 02:53 PM
BREAK still reboot the calc - Oulan - 07-21-2019, 09:12 AM



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