answersLogoWhite

0


Best Answer

There are way more than just 2 methods.

1. Write down the elements, works well for finite sets.

e.g.{1, 2, 3, pi, apple}

2. Sets have a pattern, P

e.g. {a | a x b < 0} (of course provided ba ahead of time)

2' Sets have a symbol or a name

e.g. Complex Numbers (denotes as a bolded C)

3. Countable sets, sets that can be written in a sequence.

Sequence (an)

Set {an}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the two methods of describing or writing a set?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the Two methods in writing a set?

There are two ways of describing, or specifying the members of, a set. One way is by intensional definition, using a rule or semantic description: The second way is by extension - that is, listing each member of the set. An extensional definition is denoted by enclosing the list of members in curly brackets:


What are two methods in writing in set?

There are two ways of describing, or specifying the members of, a set. One way is by intensional definition, using a rule or semantic description: The second way is by extension - that is, listing each member of the set. An extensional definition is denoted by enclosing the list of members in curly brackets:


How many nouns are in this sentence writing and speaking are two methods of communication?

There are four nouns in that sentence: writing, speaking, methods, and communication.


What are the methods for writing a set?

There are two ways of describing, or specifying the members of, a set. One way is by intensional definition, using a rule or semantic description:A is the set whose members are the first four positive integers.B is the set of colors of the French flag.The second way is by extension - that is, listing each member of the set. An extensional definition is denoted by enclosing the list of members in curly brackets:C = {4, 2, 1, 3}D = {blue, white, red}.


What is the two methods in naming a set?

method of concerning


What is the Two methods in naming set?

method of concerning


What is the two methods in writing set?

1. listing method i.e A = {1, 2, 3, 4, 5} 2. set builder notation i.e B = {x | 1 &lt; x &lt; 10 and 3 | x}


What are the two methods of set notation?

1roster gagu 2 linements


What are the two ways in describing sets?

The Description Form, Roster Form, and The Set-Builder Notation Form.


What method exists for writing text to a document?

Two methods exist for writing text to a document, and both are methods of the document object.document.write(expr) will print the value of exprto the page.document.writeln(expr) will do the same thing, plus add a newline character at the end.


What are the methods to describe a set?

There are two ways of describing, or specifying the members of, a set. One way is by intensional definition, using a rule or semantic description:A is the set whose members are the first four positive integers. B is the set of colors of the French flag. The second way is by extension - that is, listing each member of the set. An extensional definition is denoted by enclosing the list of members in curly brackets:C = {4, 2, 1, 3} D = {blue, white, red}.


How do you overload a method?

Just create two or more methods with the same name, but with a different set of parameters.