First time here? Check out the FAQ!
answered 3 years ago
The answer is exact, only the display is truncated.
sage: P = Polyhedron([[0,0], [1,1]]) sage: v = P.volume(measure='induced'); v 1.414213562373095? sage: parent(v) Algebraic Real Field sage: v.minpoly() x^2 - 2