Advanced Microeconomics/Linear Algebra

From testwiki
Revision as of 00:36, 14 November 2024 by imported>Kittycataclysm (nav)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Nav

Cramer's Rule

For a three by three system:

ax+by+cz=jdx+ey+fz=kgx+hy+iz=l
In matrix form:
[abcdefghi][xyz]=[jkl]

x=|jbckeflhi||abcdefghi| y=|ajcdkfgli||abcdefghi| z=|abjdekghl||abcdefghi|

In general: Ax=b
xi=|Ai||A|i={1,,n} Where Ai is formed by replacing the vector associated with xi by the column vector b.

Template:BookCat