Covering some basic topics I haven't seen elsewhere on Cody.
Return the largest positive integer MATLAB can handle.
the largest int64 integer is 2048 times larger than the largest double integer
The kind of problem where the test suite just gives away the answer.
Does anyone know why this wouldn't work?
A very good reason why it would NOT work. You returned a double precision number. But a double can only store integers correctly as large as 2^53-1.
576 Solvers
Basics: 'Find the eigenvalues of given matrix
257 Solvers
244 Solvers
204 Solvers
171 Solvers