lineq2.inp

# Lines that start with '#' are to be ignored
# and can be used for comments.
#
#  Let's solve the following system of equations
#
#   3x/2 - y = -1
#   7x + y/3 = -9/4
#
# So the program will read and get the numeric values
# from the next two lines:
3/2  -1  -1
7  1/3  -9/4

Generated by GNU enscript 1.6.4.