Leontief inverse
leontief_inverse(A)
A
input requirement matrix
set.seed(200100) A <- matrix(rnorm(100), nrow = 10) leontief_inverse(A)