uvg266/rdcost-weight-tool/invert_matrix.m

4 lines
72 B
Mathematica
Raw Permalink Normal View History

2019-03-18 13:35:03 +00:00
A = dlmread("/dev/stdin");
B = inv(A);
dlmwrite("/dev/stdout", B, " ");