mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 15:23:11 +02:00
3 lines
90 B
Matlab
3 lines
90 B
Matlab
function Matrix = task2Matrix
|
|
Matrix = [10 -4 1 2; 2 -6 3 -1; 1 4 -12 1; 2 3 -3 -10];
|