Inspired by problem 660.
Given n return two disjoint sets of integers A and B with same cardinality having following property:

for i = 1:n
Try to minimize sets cardinality.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers7
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52844 Solvers
-
given 3 sides, find area of this triangle
819 Solvers
-
631 Solvers
-
Detect a number and replace with two NaN's
199 Solvers
-
Find the index of n in magic(n)
272 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
assert(isequal(sum(A(:).^(1:n)), sum(A(:).^(1:n)))), makes it too basic.
( ·_ゝ·)
I have no idea what I was thinking of when I wrote this. Thanks for pointing that out so quickly.