[try Beta version]
Not logged in

 
Operation Matrix

May 7, 2017 at 11:18am
I have a program that performs the operations of union, intersection and difference of sets. These operations are performed using the operators (+, *, -). I enter from the keyboard n sets, and the operations themselves are changed in the program. It looks like this:
Result = (set 1 * set 2) + (set 3 * set 4). Next, we print the result. Explain how to create such a matrix from 0 and 1, so that it works like this: if A = {{1, 1}, {1, 1}, {1, 1}}, then the result = (set 1 * set 2) + ( Set 3 * is the set 4) + (set S * is the set 6).
May 7, 2017 at 2:40pm
Is there a question in there?
May 7, 2017 at 3:38pm
so, i this a homework ?
May 7, 2017 at 4:59pm
How can I create such a matrix from 0 and 1, so that it works like this: if A = {{1, 1}, {1, 1}, {1, 1}}, then the result = (set 1 * set 2) + ( Set 3 * is the set 4) + (set S * is the set 6)?
Topic archived. No new replies allowed.