This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = pi;
a = pi^2;
y_correct = 2*pi^4 + pi^3;
assert(abs(paperneed(s,a)-y_correct)<1e-12)
|
Back to basics 8 - Matrix Diagonals
707 Solvers
Remove the two elements next to NaN value
311 Solvers
07 - Common functions and indexing 4
259 Solvers
Area of an equilateral triangle
1709 Solvers
construct matrix with identical rows
138 Solvers