Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
r=1
seta=pi/2
y_correct = 0.7854;
assert(abs(sectorarea(r,seta)-y_correct)<0.001)
r =
1
seta =
1.5708
y =
0.7854
|
2 | Pass |
r=2
seta=pi/2
y_correct = pi;
assert(abs(sectorarea(r,seta)-y_correct)<0.001)
r =
2
seta =
1.5708
y =
3.1416
|
17137 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
Back to basics 3 - Temp Directory
328 Solvers
191 Solvers
Solve a System of Linear Equations
3465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!