8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.