Write a function that takes matrix A, and squares each element in the matrix

example: A = [1 2 3]

output = [1 4 9]

Solution Stats

706 Solutions

485 Solvers

Last Solution submitted on Jul 09, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...