Problem 45502. Basic Operation with the middle number of odd matrix

  1. Take an odd matrix like 3-by-3
  2. Access the middle element of the matrix i.e in case of 3-by-3 matrix the index of the particular element is second row, second column.
  3. Now, sum the elements in its column to it and then subtract the elements in its row to it.
  4. What's the matrix with updated element.

Solution Stats

47.27% Correct | 52.73% Incorrect
Last Solution submitted on Nov 04, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers26

Suggested Problems

More from this Author1

Community Treasure Hunt

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

Start Hunting!