Open gitogito opened 2 years ago
I tried this script.
require "numo/linalg" a = Numo::DFloat[[0, 0], [0, 0]] p(Numo::Linalg.inv(a))
Result is here.
Numo::DFloat#shape=[2,2] [[0, 0], [0, 0]]
I think that a matrix with all zero elements has no inverse matrix.
I tried this script.
Result is here.
I think that a matrix with all zero elements has no inverse matrix.