Introduction
Linear systems and matrix algebra are powerful tools that help economists and business analysts make sense of complex resource allocation, cost sharing, and market equilibrium problems. In this blog post, we dive into core ideas, explaining how to represent and solve systems of equations using matrices and apply them in practical economic contexts.
1. Linear Systems in Economics
A linear system is a set of equations where each term is either a constant or the product of a constant and a variable. These systems frequently arise in economics, for example:
- Distributing shared costs among multiple departments
- Determining the quantity of raw materials, labor, and transportation to match total capital
- Finding market equilibrium by equating supply and demand
Example: Cost Allocation
Consider the system:
Where:
- Raw materials
- Labor
- Transportation
- Capital
Solving this system helps allocate costs across these resources.
2. Market Equilibrium with Systems of Equations
In multi-product markets, equilibrium is found when supply equals demand in each segment. Suppose we have:
Solving for gives the market equilibrium prices across four products.
3. Matrix Representation and Operations
A system of linear equations can be written compactly as a matrix equation:
Where:
- is the coefficient matrix
- is the column of variables
- is the column of constants
Using matrices simplifies computation, particularly with larger systems.
Matrix Basics
- Equality: Two matrices are equal if all corresponding elements are equal.
- Addition: Combine corresponding elements.
- Scalar multiplication: Multiply each element by the scalar.
Matrix Multiplication
- Only defined when the number of columns in the first matrix equals the number of rows in the second.
- Not commutative:
4. Gauss Elimination Method
This step-by-step algorithm simplifies a system to row echelon form, then solves it using back-substitution.
Steps:
- Use row operations to eliminate variables below the pivot.
- Continue until the matrix is in upper-triangular form.
- Solve from the bottom row upward.
This method is ideal for solving systems by hand or programming into spreadsheets.
5. The Identity Matrix and Inverse
- The identity matrix acts like 1 in multiplication:
- If a matrix is invertible, then exists and
- We solve by computing when possible
Conclusion
Matrix algebra and linear systems are more than theoretical tools—they power real-world decisions in budgeting, production, and pricing. Whether you’re allocating costs, balancing supply and demand, or modeling economic dependencies, understanding matrices gives you a clear advantage in solving structured problems efficiently.
Further Reading
- Anton & Rorres, Elementary Linear Algebra
- Khan Academy: Matrix Algebra Essentials