Statistics
2 Questions
0 Answers
RANK
37,418
of 301,432
REPUTATION
1
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Make a function tha makes zero certain elements of the matrix corners as shown below
for example: 8 1 6 3 5 7 4 9 3 becomes 0 1 0 3 5 7 0 9 0 another example: 17 24 1 8 15 23 5 7 14 16 ...
10 years ago | 2 answers | 0
2
answersQuestion
How to diagonally fold a square matrix?
Given square matrix how can one sum the elements above the diagonal with the elements below the diagonal and set the values abov...
10 years ago | 2 answers | 1