Problem 55875. Matrizes Multiplicaveis
Dadas duas matrizes M1 e M2, verifique se as matrizes podem ser multiplicadas uma pela outra
M1 = [1 2 3; 4 5 6]
M2 = [7; 8; 9]
SaoMultiplicaveis(M1, M2) = true;
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers30
Suggested Problems
-
6123 Solvers
-
Change the sign of even index entries of the reversed vector
553 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
246 Solvers
-
Matlab Basics - y as a function of x
492 Solvers
-
Sum positive elements of matrix.
123 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!