Without performing actual arithmetic operations on arrays, return feasibility of operation as true or false. True if given operation can be performed on given matrices, else false.
Example
Operation = 'Add' Matrices are: a = magic(3); b = [2 2; 2 2; 2 2]
Result: false, since size of a and b should be same to perform "Add" operation.
1914 Solvers
613 Solvers
Back to basics 8 - Matrix Diagonals
707 Solvers
271 Solvers
295 Solvers
Problem Tags