単位行列

Multi tool use
|
この記事は検証可能な参考文献や出典が全く示されていないか、不十分です。 出典を追加して記事の信頼性向上にご協力ください。(2017年5月)
|

|
「行列単位」とは異なります。
|
数学、特に線型代数学において、単位行列(たんいぎょうれつ、identity matrix)とは、単位的環上で定義される同じ型の正方行列同士の、積演算における単位元のことである。
構成
単位行列はその対角成分に 1 が並び、他は全て 0 となる。行列要素を aij とすると次のように書ける。
- aij={1(i=j)0(i≠j){displaystyle a_{ij}=left{{begin{matrix}1&(i=j)\0&(ineq j)end{matrix}}right.}

ただし、1, 0 は係数環の単位元と零元である。
- (10⋯001⋯0⋮⋮⋱⋮00⋯1){displaystyle {begin{pmatrix}1&0&cdots &0\0&1&cdots &0\vdots &vdots &ddots &vdots \0&0&cdots &1end{pmatrix}}}

表記法
n×n 行列の単位元は En や In と記述されることが多い。混乱の恐れがないときには、単に E や I とも書かれる。
対角行列の記法を用いて In = diag(1,1,1, ... ,1) と書ける。
クロネッカーのデルタを用いると、En = (δij) と表すことが出来る。
性質
- 単位元である
- AI = IA = A
正方行列である
対角行列である
対称行列である
逆行列は自分自身である I−1 = I
固有値はすべて1
特異値はすべて1
行列式は1 det(I) = 1
スカラー行列との関連
単位行列をスカラー倍したものをスカラー行列という。スカラーにスカラー行列を対応させる写像が単射ならば、係数環は行列群(線型代数群)あるいは行列環に部分群・部分環として埋め込まれ、係数環の中心は行列群あるいは行列環の中心に入る。特に可換体上の n 次全行列環の中心は、埋め込まれた係数体そのもので、これを全行列環は係数体上中心的であるという。
es36tAjeFQfX8s 7uqekSPTt7aoieoZI,B6XMdiwpBJ,vJ 7GXFNz,nMJpttx
Popular posts from this blog
CARDNET は日本カードネットワークが運営するクレジット決済ネットワーク。日本カードネットワークの略称としてもCARDNETが使用されている。 事件・事故 2017年4月15日午前11時8分からクレジットカードの決済がしづらくなる障害が発生した。障害は同日午後5時18分に復旧した。原因は、複数あるCARDNETセンターの拠点のうち1つで、2重化してあるL3スイッチの片方が故障し、1系統にトラフィックが集中したことによる輻輳が発生したため。対処としては、故障したL3スイッチ交換とシステム再起動が行われた [1] 。 出典 ^ 金子寛人 ( 2017年4月17日 ). “CARDNETのクレジット決済に6時間強障害、原因はL3スイッチ故障”. 日経コンピュータ. 2018年10月18日 閲覧。 この項目は、コンピュータに関連した 書きかけの項目 です。この項目を加筆・訂正などしてくださる協力者を求めています(PJ:コンピュータ/P:コンピュータ)。 この項目は、経済に関連した 書きかけの項目 です。この項目を加筆・訂正などしてくださる協力者を求めています(ポータル 経済学、プロジェクト 経済)。 This page is only for reference, If you need detailed information, please check here
0
I am on a system dual-booting Windows and Debian (usually using the latter), and a recent Windows update appears to have wreaked havoc on the Debian boot system. I managed to boot Windows again, but not Linux. Following online suggestions, I created a Live USB of Ubuntu, and booted from that. Then I have installed and run the boot-repair utility. The utility instructs me to type several lines including sudo chroot "/mnt/boot-sav/sda6" apt-get purge -y grub*-common grub-common:i386 To which I receive the error E: Unable to locate package grub-common:i386 I am given to understand the issue may have to do with having UEFI vs BIOS (I believe I have UEFI), but do not understand this well. In any case I have subsequently run the boot-repair BootInfo Summary utility which created the following file h...
4
As per this answer, router and gateway are same devices, in terms of functionality. In AWS world, we have internet gateway, NAT gateway and router Are these three not the same?
amazon-web-services amazon-vpc gateway amazon-nat-gateway
share
edited 2 hours ago
user1787812
asked 2 hours ago
user1787812 user1787812
121 3
New contributor
user1787812 ...