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 |
%%
phi_correct = (sqrt(5)+1)/2;
error_bound = 10^-12;
assert(abs(goldenRatio() - phi_correct) <= error_bound )
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35546 Solvers
177 Solvers
432 Solvers
216 Solvers
Find out total non zero element of matrix
193 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!