EdocGram
Home
(current)
Topics
EdocAI
Code Editor
HTML
Javascript
PHP
Python
Python AI Code Editor
More
Contact
About
Privacy Policy
Terms and Conditions
Log In
Topic: Matrix Manipulation Problem / Level: beginner
Problem:
Write a program to find the sum of all elements in the matrix that are divisible by 9.
More Problems
Write a program to find the sum of all elements in the matrix that are divisible by 12.
Write a program to print the matrix in reverse column order.
Write a program to print the matrix in reverse row order.
Write a program to replace all elements in the top half of the matrix with their absolute values.
Write a program to replace all elements in the bottom half of the matrix with their absolute values.
Write a program to count how many elements in the matrix are greater than the sum of their row.
Write a program to count how many elements in the matrix are smaller than the sum of their column.
Write a program to print the matrix elements in diagonal stripes from top-left to bottom-right.
Python
Language
Editor
Run & Output
Save
AI Code Generate
AI Test Case
Run the code to see the output here...