Jump to content

Recommended Posts

Posted

I have a question, I forget what the symbol is for this set problem: {1,2,3,4,5,6,7,8,9,10} ??? {4,6,8,9,10}= {1,2,3,5,7} What is it??? :confused:

Posted

or, typeset in lovely latexy goodness:

 

[math]A \;\backslash\; B = \{ x\: | \: x \in A, x\notin B \}[/math]

Posted

How would I write this in mathematica code???

The equation: [math] A\:\backslash\; B = \{x\: l \:x \in A, x\notin B \} [/math]

Where A is the set of all whole postive integers, and B is the set of [math] ^c\{D \times E\}_{D,E=2}[/math]

Posted

The other symbol you can use is "-", e.g. A - B. I don't know which one is more standard though. Personally, I like "-" better.

Posted

No, what I mean is the limit to the set {LxM} is c, L is at least 2 and so is M. The set of every solution of this is the set I was trying to write...

Posted

Okay, firstly something you should know in regards to set theory notation:

 

Firstly, most sets are defined using uppercase letters. Secondly, the operation A x B where A and B are sets is defined as the cartesian product of a set, notably:

 

[math]A \times B = \{ (a,b) \: | \: a \in A, b \in B \}[/math]

 

The proper mathematical way of defining your set is as follows:

 

[math]S = \{ (l, m) \: | \: l, m \in \mathbb{R}, l, m \geq 2\}[/math]

 

Unless, of course, I've made a mistake.

Posted

Thanks Dave!

 

Where is the mathematica code manual? How would I put this into mathematica???

 

Thanks a lot Dave!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.