powered by
Leontief inverse
leontief_inverse(A)
input requirement matrix
# NOT RUN { set.seed(200100) A <- matrix(rnorm(100), nrow = 10) leontief_inverse(A) # }
Run the code above in your browser using DataLab