Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I am working matrix, but confused on this.

1 visualización (últimos 30 días)
Brooks Nelson
Brooks Nelson el 30 de En. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I defined a matrix.
>> B=[5 9 3 2;6 7 1 3; 2 4 1 9]
B =
5 9 3 2
6 7 1 3
2 4 1 9
I am supposed to answer the following question.
Give the value of x = B23 * B14

Respuestas (1)

James Tursa
James Tursa el 30 de En. de 2018
B23 and B14 in MATLAB syntax would be B(2,3) and B(1,4).
  2 comentarios
Brooks Nelson
Brooks Nelson el 30 de En. de 2018
Does this mean I am multiplying B(2,3) and B(1,4)?
James Tursa
James Tursa el 30 de En. de 2018
Yes.

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by