Set and Closure Property
Explore the concepts of sets and closure properties within vector spaces to build a foundational understanding of linear algebra. This lesson helps you identify when sets are closed under operations like addition and multiplication, critical for applications in data science and Python programming.
We'll cover the following...
We'll cover the following...
Set
A set is a collection of objects fulfilling the following two properties:
- Unordered: There’s no particular order of the objects in a set. It doesn’t matter if an object is the first or seventh.
- Distinct: All objects in the set are distinct.
Set notation
A set is mathematically represented by curly braces and is typically denoted by a capital letter. In the case that mentioning all the elements isn’t feasible, we resort to the set builder notation. The set builder notation allows us to represent a set in a concise manner.
Examples of sets
| Description | Mathematical Representation |
|---|---|
| Set of natural numbers not exceeding 10 | | |
| Set of symmetric matrices | | |