Post Reply 
Set theory (operators)
10-24-2014, 08:39 PM
Post: #12
RE: Set theory (operators)
Xcas can define infix operator, for example
user_operator("U",(x,y)->x union y,Binary);
[1,2,3] U [1,2,4]
but it's a little bit experimental, it's not available on the Prime, it requires making some tricky operations to make the parser understand U is infix.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Set theory (operators) - DrD - 10-21-2014, 04:15 PM
RE: Set theory (operators) - Han - 10-22-2014, 03:36 AM
RE: Set theory (operators) - DrD - 10-22-2014, 11:01 AM
RE: Set theory (operators) - Joe Horn - 10-23-2014, 08:25 AM
RE: Set theory (operators) - dbbotkin - 10-24-2014, 01:57 AM
RE: Set theory (operators) - Joe Horn - 10-24-2014, 03:57 AM
RE: Set theory (operators) - Joe Horn - 10-24-2014, 02:43 PM
RE: Set theory (operators) - DrD - 10-24-2014, 10:39 AM
RE: Set theory (operators) - DrD - 10-24-2014, 05:31 PM
RE: Set theory (operators) - parisse - 10-24-2014 08:39 PM



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