First time here? Check out the FAQ!
answered 2021-11-12 12:04:39 +0100
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