Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [10 -9];
y_correct = 0.5;
assert(isequal(your_fcn_name(x),y_correct))
ans =
0.5000
|
Back to basics 23 - Triangular matrix
634 Solvers
Compute a dot product of two vectors x and y
750 Solvers
450 Solvers
228 Solvers
145 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!