Borrar filtros
Borrar filtros

matrix multiplication with different dimension

1 visualización (últimos 30 días)
Berbia
Berbia el 26 de En. de 2013
I need to perform a matrix multiplication with different dimensions, let
A*B=C;
where the dimension of A is 700*5 and the dimension of C should be 1*5, what will be the dimension of B?? Is this possible??

Respuesta aceptada

Walter Roberson
Walter Roberson el 26 de En. de 2013
No. However it would be possible if it were B*A = C instead, in which case B would have to be 1 x 700

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays 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