Post Reply 
Set theory program for hp prime?
09-30-2022, 03:30 PM
Post: #3
RE: Set theory program for hp prime?
(09-30-2022 06:02 AM)DrEureka Wrote:  Hello, I wanted to know if you know of any program that allows me to do this type of joints, for the hp prime.

Thx!
More info = https://www.math.net/union or https://www.math.net/set-theory
Prime has a union command

Syntax:
UNION(list1 or object1, ... list_n or object_n)

UNION concatenates the inputs, removing all duplicates.

Example:
UNION({1,2,3}, {2,4,8}, 10) → {1, 2, 3, 4, 8, 10}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Set theory program for hp prime? - Stevetuc - 09-30-2022 03:30 PM



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