Problem 43651. create a square matrix

create a [n*n] matrix. example:

   mat(4)= [ 1     4     9    16
            4     4     9    16
            9     9     9    16
           16    16    16    16]

Solution Stats

56.52% Correct | 43.48% Incorrect
Last Solution submitted on Jan 04, 2026

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers183

Problem Tags

Community Treasure Hunt

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

Start Hunting!