How to compute matrix ^ -0.5

7 visualizaciones (últimos 30 días)
crixus
crixus el 16 de Abr. de 2017
Comentada: Andrew Newell el 17 de Abr. de 2017
Hi, I would like to know how can I compute a matrix X^-0.5. I know that X^-1 is the inverse so in matlab should it be X^-0.5 or inv(X^0.5) ?
  2 comentarios
David Goodmanson
David Goodmanson el 16 de Abr. de 2017
Editada: David Goodmanson el 16 de Abr. de 2017
Hi c,
Matlab is short for Matrix Laboratory, and people can just try stuff out and see what happens. It's highly informative to take a small matrix like x = rand(5,5) and compare the results of two expressions above.
Andrew Newell
Andrew Newell el 17 de Abr. de 2017
And then you can try multiplying the square of the result by X.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by