|
|
|
|
|
|
#11 (permalink) |
|
Senior Member
Join Date: Sep 2007
Type: INTP
Posts: 145
![]() |
When writing a proof, I look at the assumptions and try to figure out what they imply. I then look at the conjecture and figure out what would imply it. I try to step inward from either end until I figure out what the linchpin of the proof will be (or the crux as ygolo said). Once I've done that, I pick a method, work from assumptions to linchpin, and then the rest sort of topples into place (hopefully). It's the first parts that are difficult. Sometimes I play a bit with the assumptions, but I try to keep it abstract and avoid playing with specific cases.
__________________
"Having is not such a pleasing thing as wanting. It is not logical, but it is often true." --Spock MBTI: INTP Enneagram: 5w6 - SP/SX Oldham: Solitary, Idiosyncratic |
|
|
|
|
|
#12 (permalink) |
|
Incoherent Radiance
Join Date: Jul 2007
Type: ENTP
Posts: 2,124
![]() |
Generally when I prove something first I have to believe it is true (working examples and whatnot). Once I convince myself then I try to understand what the statement is saying as completely and simply as possible. I think of the first step and the last step, and then the middle steps tend to come to me all at once (or at least in large chunks).
__________________
|
|
|
|
|
|
#13 (permalink) |
|
My termites win
Join Date: Aug 2007
Type: intp
Location: North of somewhere (so not the south pole)
Posts: 3,203
![]() |
How could I neglect linear algebra?
I am absolutely fascinated by Singular Value Decomposition. Eigenvalue decomposition was interesting, but nothing compared to the power and universality of the SVD. It is absolutely vital for signal processing and information recovery. Any favorite theorems in particular, for analysis, topology, or various other branches of math? LaGrange's Theorem (which Urchin mentioned) is my favorite group theory theorem. Stone-Weierstrass theorem may be my favorite result from analysis, but I haven't studied enough to have a deep understanding of it. I suppose, by now, you can tell I am more an applied math type. I haven't studied enough topology to pick a favorite but Baire category theorem fascinates me, though I have close to zero understanding of why that is true. nemo, do you have any clear picture/understanding of Stone-Weierstrass or the Baire Category theorems?
__________________
sloan+ Rxua|I|; primary Inquisitive; R(82%)L(52%)U(62%)A(54%)I(86%) CTO of IPTN (see Maverick's Sig.) and member of Maverick's Biker Club. Accept the past. Live for the present. Look forward to the future. My Blog I linked some of your blogs; if you feel that is inappropriate, please let me know. |
|
|
|
|
|
#14 (permalink) |
|
Senior Member
Join Date: Sep 2007
Type: INTP
Posts: 145
![]() |
This is part of the magic of my childhood. I know it's long, but I promise that it's worth watching.
__________________
"Having is not such a pleasing thing as wanting. It is not logical, but it is often true." --Spock MBTI: INTP Enneagram: 5w6 - SP/SX Oldham: Solitary, Idiosyncratic |
|
|
|
|
|
#15 (permalink) | |
|
Enigma
Join Date: Dec 2007
Type: INxJ
Location: Istanbul, Turkey
Posts: 548
![]() |
Quote:
I like math, but it is always less interesting and engaging to me during the actual, step-by-step functional analysis. (Though I should clarify that I haven't played around with this sphere-warping, topology stuff yet) It's probably because the numbers in any given exercise all exist in a vacuum, and do not really have a point beyond the exercise itself (wonders of high school, I guess). I'm looking forward to a time where they have some other, more tangible significance. And before anyone asks, yeah, I'm not perfect at maths, though I get by. Blame this disinterest!
__________________
Not really. Last edited by Nadir; 02-06-2008 at 05:08 PM. Reason: Some clarifications |
|
|
|
|
|
|
#16 (permalink) |
|
MotherFlouncer
Join Date: Jun 2007
Type: EMTP
Posts: 3,659
![]() |
Here's a question. I couldn't think of any place more appropriate than here.
I'm not sure of the answer (partly why I'm asking here) but I think I know. If you can use the numbers 1 2 and 3 in any combination you want, and you're allowed to use any of the 3 as many times as you want, how many sets of three can you get? I think it's just 3^3 = 27, but I'm not sure. I can't think right now.
__________________
my old signature was shit. |
|
|
|
|
|
#17 (permalink) | |
|
Senior Member
Join Date: Sep 2007
Type: INTP
Posts: 145
![]() |
Quote:
__________________
"Having is not such a pleasing thing as wanting. It is not logical, but it is often true." --Spock MBTI: INTP Enneagram: 5w6 - SP/SX Oldham: Solitary, Idiosyncratic |
|
|
|
|
|
|
#18 (permalink) |
|
MotherFlouncer
Join Date: Jun 2007
Type: EMTP
Posts: 3,659
![]() |
Order does not matter. It can be 123, or 333 or 312 or 223... doesn't matter. You can use any of the three numbers as many times as you want to create as many sets of 3 as possible.
The way I did it was, I thought, to create an actual cube. Bottom later would look like this Code:
111 222 333 Code:
321 321 321 Code:
123 312 231 I'll see if I can actually put together a cube like this (in paint or IRL or something) and see if it works. Seems like it would 'cause there are 3 variables.
__________________
my old signature was shit. |
|
|
|
|
|
#20 (permalink) |
|
My termites win
Join Date: Aug 2007
Type: intp
Location: North of somewhere (so not the south pole)
Posts: 3,203
![]() |
If I'm reading you correctly, it is a matter of combinatorics. I may have interpreted you incorrectly but I agree with Urchin.
Think of this way, you have 3 options for a shirt (first slot), 3 options for pants (second slot), and three options for a tie (third slot). You have three independent choices and three things to choose from for each choice. So yes, it is 3^3. But the order-independent version can be thought to be equivalent to the following: You have a giant(infinite) vat of ping-pong balls numbered 1 to 3, and choose 3 ping pong balls from there. You subsequently forgot which order you chose them. How many distinguishable possibilities are there? It is 10, like Urchin mentioned, but how do you do it more generally? With choosing r balls from n types of balls? That is an interesting question, imo. The short answer is it is C(n+r-1,r), where C is the choose function. I tried typing the "star" and "bar" explanation but I didn't like the formating. So, here is a link. Nocapszy, if you like these types of questions you'll like Discrete Math (which is the mathematics behind computer science). The following source has explanations of the basics. Discrete Math Project - Permutations with Repetition Also note, that these basics come in four flavors: 1)permutations without replacement 2)combinations without replacement 3)permutations with replacement 4)combinations with replacement You'll find that transforming your counting problem into one of these is the most likely source of answers. That along with generating functions will fulfill most people's combinatorics type questions.
__________________
sloan+ Rxua|I|; primary Inquisitive; R(82%)L(52%)U(62%)A(54%)I(86%) CTO of IPTN (see Maverick's Sig.) and member of Maverick's Biker Club. Accept the past. Live for the present. Look forward to the future. My Blog I linked some of your blogs; if you feel that is inappropriate, please let me know. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Math Education: An Inconvenient Truth | nightning | The Bonfire | 25 | 06-14-2009 04:19 AM |
| Any NFs who didn't totally hate math? | prplchknz | The NF Idyllic | 35 | 11-15-2007 08:30 PM |