matrices A, B, and C.

7 visualizaciones (últimos 30 días)
pranav biju
pranav biju el 19 de Nov. de 2020
Comentada: Stephen23 el 19 de Nov. de 2020
Answer the following questions based on given matrices A, B, and C.
A = [ 1 2 3 4 5; 2 3 4 5 6; 3 4 5 6 7]
B = [0 1 2; 1 2 3; 0 4 5]
C = [-1 0 0; 1 1 0; 0 0 2]
  • What is A(: , 1) ?
  • What is A(1 , :) ?
  • What is A(2:3 , 4:5) ?
  • What is A .* B ?
  • What is B . * C ?
  • What is A * 5 ?
  • What is B + C ?
  2 comentarios
John D'Errico
John D'Errico el 19 de Nov. de 2020
Stop posting homework and test questions. They were assigned to you, not to us.

Iniciar sesión para comentar.

Respuestas (1)

Ameer Hamza
Ameer Hamza el 19 de Nov. de 2020

Categorías

Más información sobre Matrix Indexing 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