inverse matrix by shinh

#!ruby -anrmathn
$*<<$F.map{|x|x.to_f}
END{puts [*Matrix[*$*].inv].map{|l|l.map{|r|((r+r/24e4).round)}*' '}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page