Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 6;
y_correct = [1 3];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
2 | Pass |
x = 385;
y_correct = [22 7];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
3 | Pass |
x=108924;
y_correct = [355 113];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
4 | Pass |
x = 206;
y_correct = [5 16];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
5 | Pass |
x = 2060;
y_correct = [21 44];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
6 | Pass |
x = 20604;
y_correct = [103 101];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
7 | Pass |
x = 20704;
y_correct = [3 201];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
8 | Pass |
x = 205704;
y_correct = [58 584];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
9 | Pass |
x = 2085704;
y_correct = [200 1843];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
10 | Pass |
x = 20851704;
y_correct = [4408 2051];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
11 | Pass |
x = 290851704;
y_correct = [23437 683];
assert(isequal(cantor_index2rational(x),y_correct))
ans =
[]
|
253 Solvers
Simple equation: Annual salary
3779 Solvers
75 Solvers
07 - Common functions and indexing 2
316 Solvers
Create a two dimensional zero matrix
354 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!