Problem 2480. Change the first and last diagonal element of the identity matrix to zero
Starting with the identity matrix, change first and last diagonal element to zero.
Example
If n=5
A =
0 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 0
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers154
Suggested Problems
-
Find the sum of all the numbers of the input vector
52692 Solvers
-
Deleting an element in a matrix
480 Solvers
-
1178 Solvers
-
Determine if input is divisible by three.
234 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
350 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!