matrix exponential's, both base and exponent are matrix

2 visualizaciones (últimos 30 días)
Preethi
Preethi el 31 de Ag. de 2015
Comentada: John D'Errico el 31 de Ag. de 2015
Hi, Is there are simple way to find the exponential when both base and exponent are matrices. Currently I am using a loop.

Respuestas (1)

Walter Roberson
Walter Roberson el 31 de Ag. de 2015
If the matrices are the same size and you want to take corresponding elements, then use
base.^exponent
  6 comentarios
Walter Roberson
Walter Roberson el 31 de Ag. de 2015
I don't know, John, but there's probably an application for it in String Theory anyhow ;-)
John D'Errico
John D'Errico el 31 de Ag. de 2015
I tried reading about string theory once, but I kept losing the thread. I got all tangled up in knots.

Iniciar sesión para comentar.

Categorías

Más información sobre Numeric Types 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