Output multiplier
output_multiplier(L)
L
Leontief inverse matrix
set.seed(200100) L <- matrix(rnorm(100), nrow = 10) output_multiplier(L)