Effacer les filtres
Effacer les filtres

matrix multiplication with different dimension

1 vue (au cours des 30 derniers jours)
Berbia
Berbia le 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??
  2 commentaires
José-Luis
José-Luis le 26 Jan 2013
No

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 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

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by