Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
for n = 3 : 12
y = odd_and_even_fun(n);
while length(y) ~= 1
y = cellfun(@(x)x(:)',mat2cell(cell2mat(reshape(y,2,'')),2,repelem(numel(y{1}),length(y)/2)),'uni',0);
end
assert(isequal(y{1},0:2^n-1))
end
|
Find the alphabetic word product
1996 Solvers
Remove the polynomials that have positive real elements of their roots.
447 Solvers
198 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
196 Solvers
Set some matrix elements to zero
228 Solvers