Category Archives: Notes

Introduction to Ring Theory (2)

Subrings Just like groups have subgroups, we have: Definition. A subset S of a ring R is a subring if it satisfies the following: ; ; . The first two conditions imply that S is a subgroup of (R, +). Together with … Continue reading

Posted in Notes | Tagged , , , | Leave a comment

Introduction to Ring Theory (1)

Recall that in groups, one has only a binary operation *. Rings are algebraic structures with addition and multiplication operations – and consistency is ensured by the distributive property. Definition. A ring R is a set together with two binary operations: … Continue reading

Posted in Notes | Tagged , , , , , , , , , , , | Leave a comment

Random Walk and Differential Equations (II)

1-Dimensional Heat Equation Consider the case of 1-dimensional random walk. The equation (*) from the previous post gives: for t≥0. Suppose the intervals between successive time/space points are variable. Let’s rewrite it in the following form: Setting δt ≈ ε2 and δx ≈ ε, we divide both … Continue reading

Posted in Notes | Tagged , , , , , , | Leave a comment

Random Walk and Differential Equations (I)

Consider discrete points on the real line, indexed by the integers … -3, -2, -1, 0, 1, 2, … . A drunken man starts at position 0 and time 0. At each time step, he may move to the left … Continue reading

Posted in Notes | Tagged , , , | Leave a comment

Intermediate Group Theory (6)

In this post, we’ll only focus on additive abelian groups. By additive, we mean the underlying group operation is denoted by +. The identity and inverse of x are denoted by 0 and –x respectively. Similarly, 2x+3y refers to x+x+y+y+y. Etc … Continue reading

Posted in Notes | Tagged , , , , , , | Leave a comment

Polynomial Multiplication, Karatsuba and Fast Fourier Transform

Let’s say you want to write a short program to multiply two linear functions f(x) = ax+b and g(x) = cx+d and compute the coefficients of the resulting product: You might think it’ll take 4 multiplications (for ac, ad, bc and bd) and 1 addition (for ad+bc), but there’s … Continue reading

Posted in Notes | Tagged , , , , , | Leave a comment

Intermediate Group Theory (5)

Free Groups To motivate the concept of free groups, let’s consider some typical group G and elements a, b of G. Recall that , the subgroup generated by {a, b}, is defined to be the intersection of all subgroups of G containing a and b. Immediately, we see … Continue reading

Posted in Notes | Tagged , , , , | Leave a comment

Intermediate Group Theory (4)

Applications We’ll use the results that we obtained in the previous two posts to obtain some very nice results about finite groups. Example 1. A finite group G of order p2 is isomorphic to either Z/p2 or (Z/p) × (Z/p). In particular, it … Continue reading

Posted in Notes | Tagged , , , , , | Leave a comment

Intermediate Group Theory (3)

Automorphisms and Conjugations of G We’ve seen how groups can act on sets via bijections. If the underlying set were endowed with a group structure, we can restrict our attention to bijections which preserve the group operation. Definition. An automorphism of … Continue reading

Posted in Notes | Tagged , , , , , | Leave a comment

Intermediate Group Theory (2)

This is a continuation from the previous post. Let G act on set X, but now we assume that both G and X are finite. Since X is a disjoint union of transitive G-sets, and each transitive G-set is isomorphic to G/H for some subgroup H ≤ G, it follows that … Continue reading

Posted in Notes | Tagged , , , , , | Leave a comment