Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 5;
y_correct = 6.4563;
assert(abs(SumHilb(n)-y_correct)<10^(-4))
|
2 | Pass |
n = 10;
y_correct = 13.3754;
assert(abs(SumHilb(n)-y_correct)<10^(-4))
|
1424 Solvers
Is this triangle right-angled?
2874 Solvers
Change the first and last diagonal element of the identity matrix to zero
117 Solvers
Matlab Basics - Convert a row vector to a column vector
419 Solvers
111 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!