Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isreal(L), 'L must be real');
|
2 | Pass |
assert(all(size(L)==[1 3]), 'L must be a 3-element row vector')
|
3 | Pass |
assert(abs(L*[P1;1]) < 1e-10, 'Point P1 does not exist on this line');
|
4 | Pass |
assert(abs(L*[P2;1]) < 1e-10, 'Point P2 does not exist on this line');
|
Count from 0 to N^M in base N.
200 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
525 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
196 Solvers
Remove white space from the string
143 Solvers
45 Solvers