﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
3	CholeskiInverse doesn't return the inverse matrix of the argument	César Pérez Álvarez	danirus	"You can execute this example to see that CholeskiInverse doesn't return the 
inverse matrix of the argument.
Matrix A = SetMat(SetOfSet
(
  SetOfReal(1/4,1/8,1/9),
  SetOfReal(1/8,1/8,1/9),
  SetOfReal(1/9,1/9,1/9)
));

// See that A is positive defined
Matrix A_ = CholeskiInverse(A);

// You can see that this product doesn't return the identity matrix of dim 3
Matrix U = A*A_;"	defect	closed	highest		Math	head	major	fixed	TOL	
