This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5.3;
z = 7.8;
y1=(x*z)/(x/z)^2+14*x^2-0.8*z^2
y2=x^z-z^x+(x/z)^2-(z/x)^2
[y11,y22]=your_fcn_name(x,z)
assert(isequal(y11,y1)&isequal(y22,y2))
y1 =
434.1261
y2 =
3.9255e+05
y1 =
434.1261
y2 =
3.9255e+05
y11 =
434.1261
y22 =
3.9255e+05
|
483 Solvers
The sum of the numbers in the vector
426 Solvers
2316 Solvers
175 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!