Page 1 sur 1

cartesian_product(set[...],set[...])

Publié : jeu. déc. 05, 2024 2:44 pm
par compsystems
Hello

xCas has set operation commands, for a future version please add a submenu 'SET' in the PC version, however the following command is very important in set theory

cartesian_product( set[1], set[a,b] ) [enter] => A X B= {(1,a),(1,b)}

this is to expand the functionality of cartesian_product if the two arguments are sets

Thank you very much

Re: cartesian_product(set[...],set[...])

Publié : lun. déc. 09, 2024 7:25 pm
par parisse
cartesian_product is not a set theory command.
You can run * to make the product of two sets.

Re: cartesian_product(set[...],set[...])

Publié : mer. déc. 11, 2024 5:01 pm
par compsystems
Hello

but some CAS (MAXIMA) include it within the list of set instructions, it is important to have an alias to '*' as an explicit name, I think it costs nothing to extend the functionality of this command, as well as including the complement of a set command, and creating a submenu of set commands and similar in the PC version.

Txns