Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [2 3+i;1 4+i];
y_correct = [2 1;3+i 4+i]
assert(isequal(tran_matrix(x),y_correct))
y_correct =
2.0000 + 0.0000i 1.0000 + 0.0000i
3.0000 + 1.0000i 4.0000 + 1.0000i
ans =
2.0000 + 0.0000i 1.0000 + 0.0000i
3.0000 + 1.0000i 4.0000 + 1.0000i
|
given 3 sides, find area of this triangle
680 Solvers
Reverse the elements of an array
687 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
413 Solvers
07 - Common functions and indexing 6
348 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!