finding determinant

5 visualizaciones (últimos 30 días)
x
x el 28 de Ag. de 2011
Respondida: Veera Kanmani el 19 de Abr. de 2018
Z=cov(x); disp(Z); ans:cov 0.3333 0.4167 0.2500 0.4167 0.5833 0.3750 0.2500 0.3750 0.2500 G=det(Z); disp(G); detr
2.2407e-018 determinant value obtained manually and in calci is -1.5625*(10^-6). using det after covariance producing wrong ans. help me how to take a matrix (3*3), then take covariance and for that want to take determinant.... help me in this
  1 comentario
Oleg Komarov
Oleg Komarov el 28 de Ag. de 2011
Delete this post since it's a duplicate. I answered your first post: http://www.mathworks.com/matlabcentral/answers/14483-finding-determinant-of-matrix-after-taking-covariance

Iniciar sesión para comentar.

Respuestas (1)

Veera Kanmani
Veera Kanmani el 19 de Abr. de 2018

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by