how to increment an exponential in a diagonal

2 visualizaciones (últimos 30 días)
Harnoor
Harnoor el 15 de Jul. de 2022
Respondida: KSSV el 15 de Jul. de 2022
I want to create a matrix with exponents in the diagonal. The first exponent is e^-1, then e^-1/2, e^-1/3... all the way to e^-1/19.

Respuestas (1)

KSSV
KSSV el 15 de Jul. de 2022
A = exp(-1./(1:19)) ;
iwant = diag(A)

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by