Maths for Programmers: Sets (Distributive Law Proof (Case 1))

preview_player
Показать описание
We're busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our open source community.

Рекомендации по теме
Комментарии
Автор

∩ is like multiplication and ∪ is like addition. When you say _a times ( b plus c )_ you are infact saying _a times b plus a times c_ same goes for sets.

FredoCorleone