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 |
x = 1;
z = 1;
y1=14.2000
y2=0
[y11,y22]=calculate_eq(x,z)
assert( abs(y1-y11)+abs(y2-y22)<0.001 )
y1 =
14.2000
y2 =
0
y1 =
14.2000
y2 =
0
y11 =
14.2000
y22 =
0
|
2 | Pass |
x = 2;
z = 1;
y1= 55.7000
y2=4.7500
[y11,y22]=calculate_eq(x,z)
assert( abs(y1-y11)+abs(y2-y22)<0.001 )
y1 =
55.7000
y2 =
4.7500
y1 =
55.7000
y2 =
4.7500
y11 =
55.7000
y22 =
4.7500
|
2725 Solvers
1594 Solvers
1317 Solvers
206 Solvers
94 Solvers