Question: how can i calculate the parameter of the matrix which can render it positive definite

here is the matrix,for example, result:=Matrix(2, 2, {(1, 1) = 4*c-4, (1, 2) = -2*c+3, (2, 1) = -2*c+3, (2, 2) = 4*c-15/4}) for what region of c, this matrix is positive definite? I typed the following in Maple, > IsDefinite(result); / 2 \ 0 <>
Please Wait...