Linear Algebra/Comparing Set Descriptions

From testwiki
Jump to navigation Jump to search

Template:Navigation

This subsection is optional. Later material will not require the work here.

Comparing Set Descriptions

A set can be described in many different ways. Here are two different descriptions of a single set:

{(123)z|z}and{(246)w|w}.

For instance, this set contains

(51015)

(take z=5 and w=5/2) but does not contain

(4811)

(the first component gives z=4 but that clashes with the third component, similarly the first component gives w=4/5 but the third component gives something different). Here is a third description of the same set:

{(369)+(123)y|y}.

We need to decide when two descriptions are describing the same set. More pragmatically stated, how can a person tell when an answer to a homework question describes the same set as the one described in the back of the book?

Set Equality

Sets are equal if and only if they have the same members. Template:AnchorA common way to show that two sets, S1 and S2, are equal is to show mutual inclusion: any member of S1 is also in S2, and any member of S2 is also in S1.[1]

Template:TextBox

Template:TextBox

Exercises

Template:TextBox Template:TextBox Template:Linear Algebra/Book 2/Recommended Template:TextBox Template:Linear Algebra/Book 2/Recommended Template:TextBox Template:Linear Algebra/Book 2/Recommended Template:TextBox

/Solutions/

Footnotes

  1. More information on set equality is in the appendix.

Template:Navigation

Template:BookCat