Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(Is_Triangle(3,4,6),true))
|
2 | Pass |
assert(isequal(Is_Triangle(6,4,3),true))
|
3 | Pass |
assert(isequal(Is_Triangle(3,7,4),false))
|
4 | Pass |
assert(isequal(Is_Triangle(4,3,7),false))
|
5 | Pass |
assert(isequal(Is_Triangle(3,3,4),true))
|
Sum all integers from 1 to 2^n
8419 Solvers
Solve the set of simultaneous linear equations
273 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
241 Solvers
249 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!