cartesian_product(set[...],set[...])
Publié : jeu. déc. 05, 2024 2:44 pm
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
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