Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(Gamma_val(x),y_correct))
|
2 | Pass |
x = 0;
y_correct = Inf;
assert(isequal(Gamma_val(x),y_correct))
|
3 | Pass |
x = 1.2;
y_correct = 0.9182;
assert(abs(Gamma_val(x)-y_correct)<0.0001)
|
1628 Solvers
Getting the absolute index from a matrix
177 Solvers
Given a matrix, return the last eigen value
137 Solvers
262 Solvers
151 Solvers