Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 8;
y_correct = 17/6;
assert(isequal(your_fcn_name(x),y_correct))
ra =
1 2 3 4 5 6 7 8
f =
1 2 4 8
p =
2 3 5 7
y =
2.8333
|
2 | Pass |
x = 12;
y_correct = 28/7;
assert(isequal(your_fcn_name(x),y_correct))
ra =
1 2 3 4 5 6 7 8 9 10 11 12
f =
1 2 3 4 6 12
p =
2 3 5 7 11
y =
4
|
3 | Pass |
x = 100;
y_correct = 1060/14;
assert(isequal(your_fcn_name(x),y_correct))
ra =
Columns 1 through 30
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Columns 31 through 60
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
Columns 61 through 90
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
Columns 91 through 100
91 92 93 94 95 96 97 98 99 100
f =
1 2 4 5 10 20 25 50 100
p =
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
y =
75.7143
|
2283 Solvers
479 Solvers
Simple equation: Annual salary
3410 Solvers
Convert given decimal number to binary number.
161 Solvers
112 Solvers