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
|
1365 Solvers
Solve the set of simultaneous linear equations
273 Solvers
299 Solvers
Sum the numbers on the main diagonal
453 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!