A general overview of the style and purpose of the C programming language.
Learning C (Part 1): The basics
November 19, 2013 | Read the full article
A general overview of the style and purpose of the C programming language.
November 19, 2013 | Read the full article
We discuss the definition of a group isomorphism, some examples of isomorphisms, and we construct an in-depth proof of Cayley's theorem.
March 12, 2013 | Read the full article
In this article, we learn about the process of translating programming languages. Topics covered include program-subprogram structure, BNF grammers, finite-state automata, and recursive descent parsing.
February 27, 2013 | Read the full article
We begin studying programming language design and implementations by examining the history of programming languages, the role of programming languages, and the details on programming environments.
February 14, 2013 | Read the full article
In continuing the discussion of finite groups and subgroups, we look at the two-step subgroup test and more examples of groups.
January 28, 2013 | Read the full article
We continue our discussion of groups by learning about subgroups, the order of a group, subgroup tests, and more properties of groups.
January 26, 2013 | Read the full article
Introduction to group theory. Includes definitions related to groups, examples of groups, theorems of basic proof properties along with proofs of the theorems.
January 16, 2013 | Read the full article
A refresher on basic definitions and theorems needed to begin studying abstract algebra. Items of interest include computing gcd, the division algorithm, and modular arithmetic.
January 13, 2013 | Read the full article
We begin our descent into introductory Number Theory material with the help of the book "Elementary Number Theory" by Gareth A. Jones and J. Mary Jones. The first topic is divisibility. This post discusses the division algorithm and the definition of "divides".
January 04, 2013 | Read the full article
A simple proof that the sum of two odd numbers is even.
December 30, 2012 | Read the full article