**********************************************************************
File ".doctest_const.py", line 484, in __main__.example_46
Failed example:
    A.eigenspaces()###line 1501:_sage_    : A.eigenspaces()
Expected:
    [
    (3, [
    (0, 0, 1)
    ]),
    (2, [
    (0, 1, 0)
    ]),
    (1, [
    (1, -1, 0)
    ])
    ]
Got:
    [
    (3, Vector space of degree 3 and dimension 1 over Rational Field
    User basis matrix:
    [0 0 1]),
    (2, Vector space of degree 3 and dimension 1 over Rational Field
    User basis matrix:
    [0 1 0]),
    (1, Vector space of degree 3 and dimension 1 over Rational Field
    User basis matrix:
    [ 1 -1  0])
    ]
**********************************************************************
File ".doctest_const.py", line 501, in __main__.example_46
Failed example:
    A.eigenspaces()###line 1518:_sage_    : A.eigenspaces()
Expected:
    [
    (2, [
    (0, 0, 1)
    ]),
    (1, [
    (0, 1, 0)
    ])
    ]
Got:
    [
    (2, Vector space of degree 3 and dimension 1 over Rational Field
    User basis matrix:
    [0 0 1]),
    (1, Vector space of degree 3 and dimension 1 over Rational Field
    User basis matrix:
    [0 1 0])
    ]
**********************************************************************
File ".doctest_const.py", line 515, in __main__.example_47
Failed example:
    A.eigenspaces()###line 1536:_sage_    : A.eigenspaces()
Expected:
    [
    (a0, [
    (1, a0 - 1)
    ])
    ]
Got:
    [
    (a0, Vector space of degree 2 and dimension 1 over Number Field in a0 with defining polynomial x^2 + 3
    User basis matrix:
    [     1 a0 - 1])
    ]
**********************************************************************
File ".doctest_const.py", line 523, in __main__.example_47
Failed example:
    print "ignore this";  A.eigenspaces()          ## somewhat random output###line 1544:_sage_    : A.eigenspaces()          ## somewhat random output
Exception raised:
    Traceback (most recent call last):
      File "/scratch/mabshoff/release-cycle/sage-2.10.3.rc1/local/lib/python2.5/doctest.py", line 1212, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_47[5]>", line 1, in <module>
        print "ignore this";  A.eigenspaces()          ## somewhat random output###line 1544:_sage_    : A.eigenspaces()          ## somewhat random output
      File "matrix2.pyx", line 2198, in sage.matrix.matrix2.Matrix.eigenspaces
    NotImplementedError: won't use generic algorithm for inexact base rings, pass the option even_if_inexact=True if you really want this.
**********************************************************************
2 items had failures:
   2 of   7 in __main__.example_46
   2 of   6 in __main__.example_47
***Test Failed*** 4 failures.
