Home
Search For Notes
All Search Criteria Are Optional
After:Before:
In Course:
Contains String:
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
Date tag: February 2 2010 5:33:30
Click here to add notes.
Date tag: February 2 2010 5:33:20
Click here to add notes.
Date tag: February 2 2010 5:33:2
Click here to add notes.
Date tag: February 2 2010 5:27:6
Click here to add notes
Date tag: February 2 2010 5:21:12
Click here to add notes.
Date tag: February 2 2010 5:20:59
Click here to add notes.
Date tag: February 2 2010 5:13:38
Click here to add notes.
Date tag: February 2 2010 5:13:23
A Higher order function is a function that takes another function as one of its parameters. Function composition using higher order functions is a fundamental technique in functional programming. Object oriented programming takes a different approach using inheritance and polymorphism or overloading. Procedural languages can use HOFs using function pointers.
Date tag: February 2 2010 5:5:22
Click here to add notes.
Date tag: February 2 2010 5:4:57
define my filter scheme
Date tag: February 1 2010 9:18:39
Click here to add notes.
Date tag: February 1 2010 9:12:21
Alternating series test.
Date tag: February 1 2010 9:9:3
Click here to add notes.
Date tag: February 1 2010 9:6:30
Click here to add notes.
Date tag: February 1 2010 9:0:18
Click here to add notes.
Date tag: February 1 2010 8:54:25
R is called the radius of convergence. There are 3 possibilities for where a power series converges based on R. If R is 0 the series converges only at x equals x0. If r is infinity the series converges everywhere. If R is finite the series converges absolutely on the interval x0 minus R to x0 plus R.
Date tag: February 1 2010 8:54:8
The values of x where the series converges is called the interval of convergence. Intervals are always centered at x0.
Date tag: February 1 2010 8:48:27
Click here to add notes.
Date tag: February 1 2010 8:42:51
Power series
Date tag: February 1 2010 8:40:1
Root test
Date tag: February 1 2010 8:35:33
Click here to add notes.
Date tag: February 1 2010 8:35:16
Convergence, Divergence, Absolute convergence, Conditionally convergence. Ratio test.
Date tag: February 1 2010 8:21:17
Click here to add notes.
Date tag: February 1 2010 8:20:39
Click here to add notes.
Date tag: February 1 2010 8:19:55
Click here to add notes.
Date tag: February 1 2010 8:15:10
Click here to add notes.
Date tag: February 1 2010 8:12:27
Click here to add notes.
Date tag: February 1 2010 8:7:44
Click here to add notes.
Date tag: February 1 2010 8:7:35
Click here to add notes.
Date tag: February 1 2010 7:59:44
Click here to add notes.
Date tag: February 1 2010 7:55:27
Chinese remainder theorem
Date tag: February 1 2010 7:50:20
Solving a system of linear congruences.
Date tag: February 1 2010 7:49:56
Systems of linear congruences.
Date tag: February 1 2010 7:44:54
Linear congruences.
Date tag: February 1 2010 7:44:45
Click here to add notes.
Date tag: February 1 2010 7:41:13
Click here to add notes.
Date tag: February 1 2010 7:41:5
Solving congruences.
Date tag: February 1 2010 6:19:25
Click here to add notes
Date tag: February 1 2010 6:17:43
Click here to add notes.
Date tag: February 1 2010 6:11:16
Click here to add notes.
Date tag: February 1 2010 6:8:58
Click here to add notes.
Date tag: February 1 2010 6:8:36
NAND and NOR implementations. We can implement any functions using only NAND gates.
Date tag: February 1 2010 6:2:51
Click here to add notes.
Date tag: February 1 2010 5:59:15
Click here to add notes.
Date tag: February 1 2010 5:51:50
Dont care conditions.
Date tag: February 1 2010 5:44:48
1s correspond to minterms in sum of minterms expressions for F. 0s correspond to maxterms in products of maxterms expressions for F.
Date tag: February 1 2010 5:42:11
Click here to add notes.
Date tag: February 1 2010 5:37:56
Simplified product of sums: We get a product of maxterms expression for F by first writing a sum of minterms expression for F prime, then applying demorgans law. To find a simplified product of sums expression write a simplfied sum of products expression for f prime by grouping 0s.
Date tag: January 29 2010 9:19:56
Click here to add notes.
Date tag: January 29 2010 9:19:19
It turns out that the terms in ANY conditionally convergest series can be rearranged to form ANY finite number. Ratio test
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114