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
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
y11 =
55.7000
y22 =
4.7500
|
1967 Solvers
Convert a vector into a number
442 Solvers
812 Solvers
Append two matrix as shown below example
141 Solvers
284 Solvers