-
Recent Posts
Archives
- March 2023
- January 2023
- May 2020
- April 2020
- March 2020
- June 2018
- July 2016
- June 2016
- May 2016
- March 2015
- February 2015
- January 2015
- December 2014
- December 2013
- November 2013
- July 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
Categories
Meta
Pages
Tag Archives: basic
Thoughts on a Problem III
I saw an interesting problem recently and can’t resist writing it up. The thought process for this problem was exceedingly unusual as you’ll see later. First, here’s the source: But here’s the full problem (rephrased a little) if you’d rather … Continue reading
Casual Introduction to Group Theory (1)
Introduction Last year, I created a blog which was supposed to introduce concepts to abstract algebra in a systematic manner. Though I was reasonably happy with the end result, I got the sneaky feeling upon completion that the end product … Continue reading
Posted in Notes
Tagged 15 puzzle, abstract algebra, basic, casual, conjugate, group theory, order, permutations, rubik's cube, symmetries
2 Comments
Combinatorial Game Theory V
Lesson 5 We did mention in the first lesson that CGT covers games without draws. Here, we’ll break this rule and look at loopy games, i.e. games with possible draws. [ To be specific, loopy games are those where it’s … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, loopy games, nim values, programming
5 Comments
Combinatorial Game Theory Quiz 1
This quiz lasts 70 minutes and covers materials from lessons 1-4. For A-C, determine whether the following Nim games are first or second-player wins. There is no need to find the winning move. (10 points) (10, 15, 17, 19) (7, … Continue reading
Posted in Homework
Tagged basic, combinatorial game theory, computer science, impartial games, nim, nim values
Leave a comment
Combinatorial Game Theory IV
Lesson 4 In this lesson, we will work on a large class of games, known as take-and-break games. First consider a simple example. Kayles Kayles is an example of a take-and-break game: Start with a few heaps of contiguous bottles, … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, nim values
1 Comment
Combinatorial Game Theory III
Lesson 3 We’ve learnt Nim and we’ve learnt the Square Game. Now, let’s combine them and consider the following game, which we shall name Nim Square. Start with r heaps of stones, of sizes . Play alternates between two players: at … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, nim values, programming
Leave a comment
Combinatorial Game Theory II
Lesson 2 In this lesson, we will focus on a special type of game called Nim. Although it’s only one out of infinitely many possible games, understanding it in depth will be very beneficial in analysing a much larger class … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, nim, programming
Leave a comment
Combinatorial Game Theory I
[ Prerequisites required: none for now. ] In the middle of 2000, I was waiting to go to graduate school and had a bit of free time on my hands. So I decided to prepare a website which teaches combinatorial … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, programming
2 Comments
Symmetric Polynomials (III)
Now we generalise this to n variables: . It’s clear what the corresponding building blocks of symmetric polynomials would be: ; ; ; … . We call these ei‘s the elementary symmetric polynomials in the xi‘s. Note that each ei is the coefficient of Ti in the … Continue reading