Econometric Theory/Definitions: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>PokestarFan
m Identity Matrix: {{BookCat}}/possible general fixes, replaced: [[Category:{{FULLBOOKNAME}}|{{FULLCHAPTERNAME}}]] → {{BookCat}} using AWB
 
(No difference)

Latest revision as of 00:53, 15 June 2017

Identity Matrix

The identity matrix, with a size of n, is an n-by-n square matrix with ones on the main diagonal and zeros elsewhere. It is commonly denoted as In, or simply by I if the size is immaterial or can be easily determined by the context.

I1=[1]I2=[1001]I3=[100010001]In=[100010001]

The most important property of the identity matrix is that, when multiplied by another matrix, A, the result will be A

AIn=A and InA=A.

Template:BookCat