Re: how to find the volume of a quadratic form?
- From: Duncan Muirhead <noone@xxxxxxxxxxxx>
- Date: Thu, 02 Feb 2006 11:24:52 +0000
Assuming that A is positive definite (or else you get some kind of
hyperboloid) it has a cholesky factor L (lower triangular so that
L*L' = A). Then your ellipsoid is the image of { x | x'*x = c} (ie the
sphere of radius sqrt(c)) under inv(L). So its volume is det(inv(L)) times
the volume of the sphere, Note that det(inv(L)) = 1/det(L) ( =
1/sqrt(det(A))), and L being lower triangular, its determinant is the
product of its diagonal elements.
Duncan
.
- Follow-Ups:
- Re: how to find the volume of a quadratic form?
- From: comtech
- Re: how to find the volume of a quadratic form?
- References:
- how to find the volume of a quadratic form?
- From: comtech
- how to find the volume of a quadratic form?
- Prev by Date: Re: Reduce numbers to one number
- Next by Date: Re: how to find the volume of a quadratic form?
- Previous by thread: how to find the volume of a quadratic form?
- Next by thread: Re: how to find the volume of a quadratic form?
- Index(es):