Problem 51813. Sum the elements in rows of the Levine triangle
Solution Stats
Problem Comments
-
4 Comments
I submitted one solution, and it did return the sum as a string, but complained of insufficient memory. Because of the order of operations, it was creating the n=12 array while evaluating n=11, and that array was apparently too large for Cody. Fixed now, but it is apparently going to be a problem for n=12 and above.
My code choked on n = 12 on my laptop. That was the motivation for the three optional tests, as well as for one of the tags.
Disallowing 'if' seems to disallow 'circshift' also, which I assume was not your intent.
Correct. I changed the test to look for 'if '.
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
6014 Solvers
-
Back to basics 21 - Matrix replicating
1739 Solvers
-
Check if number exists in vector
13088 Solvers
-
Golomb's self-describing sequence (based on Euler 341)
169 Solvers
-
Fill a rectangle with 1x1 and 2x2 tiles
18 Solvers
More from this Author311
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!