| Author |
Comment/Response |
Odilbek
|
10/24/12 11:30am
Wet want to derive the so called infinitary union (see wikipedia) of a set M. We use the symbol U for this union here to explain it. It is defined as the set of all elements inside of elements of M:
One example
U {{4},{5},{10}} = {4,5,10}
If we generate Union[{{4},{5},{10}}] we only get the same set {{4},{5},{10}}. Isn't it possible to print out the elements inside of the elements of {{4},{5},{10}}?
Thanks a lot!
Odilbek
URL: , |
|