leontief_inverse: Leontief inverse

View source: R/leontief-matrices.R

leontief_inverseR Documentation

Leontief inverse

Description

Leontief inverse

Usage

leontief_inverse(A)

Arguments

A

input requirement matrix

Examples

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

leontief documentation built on Aug. 31, 2025, 5:07 p.m.