Csanky (recursion version)
Finds characteristic polynomial of a square matrix
Author: Ryan McIntyre

Input is given in the command line as a file containing a matrix. This
matrix is a semicolon-separated list of rows, with the values within
rows separated by commas. An example is provided in input.txt.

	python csanky.py input.txt

Output is the characteristic polynomial of the input matrix.
