How to embed matrices in the diagonal of a matrix?

1 visualización (últimos 30 días)
Swati Sarangi
Swati Sarangi el 27 de En. de 2020
Comentada: Walter Roberson el 27 de En. de 2020
Hi all,
I am stuck at the following problem. I've been given three matrices namely; A=[ 2 6 ;3 9] , B=[ 1 2 ; 3 4 ] , C=[-5 5 ;5 3] and I'm supposed to form a matrix 6x6 out of A B and C which looks like D= [ 2 6 0 0 0 0 ; 3 9 0 0 0 0 ; 0 0 1 2 0 0; 0 0 3 4 0 0; 0 0 0 0 -5 5; 0 0 0 0 5 3] . How can I embed these matrices to get a matrix D?
Thanks and Regards
Swati

Respuesta aceptada

Walter Roberson
Walter Roberson el 27 de En. de 2020
blkdiag()
  2 comentarios
Swati Sarangi
Swati Sarangi el 27 de En. de 2020
Editada: Swati Sarangi el 27 de En. de 2020
Thanks :)
Walter Roberson
Walter Roberson el 27 de En. de 2020
It looks like it to me

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Linear Algebra 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