Filter löschen
Filter löschen

matrix multiplication with different dimension

1 Ansicht (letzte 30 Tage)
Berbia
Berbia am 26 Jan. 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??

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 26 Jan. 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

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by