How can I describe the following yellow space with just 2 set operations?
I can only do it with 3 I thougt, but there is a way using just 2 set operations.
I suppose what you want is the following:
$(A\cap B) \mathop \triangle C$, where $\triangle$ is the symmetric difference operator.
$(A \cap B)\Delta C$ where $\Delta$ is the symmetric difference operator.
Copyright © 2021 JogjaFile Inc.
I suppose what you want is the following:
$(A\cap B) \mathop \triangle C$, where $\triangle$ is the symmetric difference operator.