This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gaussian elimination | |
# -- fractional datatype version | |
# -- deluxe big integers and expressions edition | |
# | |
# By blockeduser the wannabe programmer | |
# Original clown version: September 1-3, 2012 | |
# Python Deluxe big integers version: September 14, 2013 | |
import sys | |
import re |