Write a function that takes two inputs, a & b, and outputs the sum and product of the two matrices. The matrices have OPPOSITE dimensions: if, for example, a is 3x2, then b is 2x3. Round your answers to two decimal places.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers101
Suggested Problems
-
Split a string into chunks of specified length
2066 Solvers
-
Given a matrix, return the last eigen value
233 Solvers
-
632 Solvers
-
Add a row of zeros on top of a matrix
268 Solvers
-
324 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Anyone else getting floating point errors for the second test suite?