| Thread Closed |
Constructive Induction |
Share Thread | Thread Tools |
| Apr22-08, 06:13 PM | #1 |
|
|
Constructive Induction
Can someone explain this "constructive induction" needed to solve recursive equations?
For example, use "constructive induction" to show that the following is [tex]\Theta (n)[/tex] [tex]T(n) = 1 \leftrightarrow n = 1,2[/tex] [tex]T(n) = T\lceil n/4\rceil + T \lceil 2n/3\rceil + \Theta (n) \leftrightarrow n > 2[/tex] |
| Apr22-08, 09:19 PM | #2 |
|
|
Anyone? This is kinda urgent.
|
| Apr23-08, 06:33 AM | #3 |
|
|
Whatever [itex]\Theta(n)[/itex] is, T(3) is definitely not equal to [itex]\Theta(3)[/itex], it is equal to [itex]\Theta(3)+ 2[/itex]. |
| Apr23-08, 11:53 AM | #4 |
|
|
Constructive Induction
[tex]\Theta (n)[/tex] in the recurrence is "some function" in the complexity class [tex]\Theta (n)[/tex].
The complexity class [tex]\Theta (n)[/tex] is the intersection of [tex]O(n)[/tex] and [tex]\Omega (n)[/tex]. |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Constructive Induction
|
||||
| Thread | Forum | Replies | ||
| Constructive Induction | Calculus & Beyond Homework | 0 | ||
| Constructive criticism please. | Special & General Relativity | 33 | ||
| Constructive Interference In Light | Quantum Physics | 9 | ||
| transmission through constructive interference | Introductory Physics Homework | 2 | ||
| Making constructive use of my time. | Academic Guidance | 9 | ||