HP Forums
intersect and union infix commands - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: intersect and union infix commands (/thread-11811.html)



intersect and union infix commands - compsystems - 11-16-2018 02:26 PM

Hello

The intersect and union infix commands are not shown in the catalog, synonym of UNION() and INTERSECT() function cmds, although they should also be incorporated synonyms in unicode ∩ ∪ (ASCII notation is fashion from the past.), thee ∩ ∪ symbols closer to the real notation of the math textbooks

Example of use

Greatest Common Divisor (max, intersect, divisor)

max( idivis(48) intersect idivis(72) ) [enter] returns 24
gcd(48,72) [enter] returns 24

max( idivis(48) ∩ idivis(72) )