当前位置:网站首页>[线性代数] 1.3 n阶行列式
[线性代数] 1.3 n阶行列式
2022-07-06 14:21:00 【Michael_Lzy】
先研究三阶行列式:

容易看出:
1) (6)式的每一项都恰好是三个元素的乘积,这三个元素位于不同行、不同列。
因此任一项除正负号外都可以写成
.
这里每一项的第一个下标(行标)排成标准次序123。
即:![]()
而每一项的第二个下标(列标),排成p1p2p3,它是1,2,3三个数的某个排列。这样的排列共有6种,对应(6)式共含6项。
2)各项的正负号与列标的排列对照
带正号的三项列标排列是123,231,312.(都是偶排列)
![]()
带负号的三项列标排列是132,213,321.(都是奇排列)
经计算可知前三个排列都是偶排列,而后三个排列都是奇排列。
因此,各项所带的正负号可以表示为
,其中t为列标排列的逆序数。
总之,三阶行列式可以写成:

其中t为排列 p1p2p3 的逆序数,∑表示对所有排列种类取和。
把行列式推广到一般形式:
设有
个数,排成n行n列的数表:

作出表中位于不同行不同列的 n 个数的乘积,并冠以符号
,得到形如

其中p1p2...pn为自然数1,2...,n的一个排列,t为这个排列的逆序数。
由于这样的排列共有n!个,因而形如(7)式的项共有n!项。
所有这n!项的代数和

称为n阶行列式,记作:

简记作det(
),其中数
为行列式的(i,j)元。
当n=1时,一阶行列式|a|=a,注意不要与绝对值号弄混。
主对角线以下的元素都为0的行列式叫做上三角行列式。
主对角线以上的元素都为0的行列式叫做下三角行列式。
主对角线以上和以下的元素都为0的行列式叫做对角行列式。
边栏推荐
- [MySQL] online DDL details
- GPS from entry to abandonment (XVII), tropospheric delay
- 硬件开发笔记(十): 硬件开发基本流程,制作一个USB转RS232的模块(九):创建CH340G/MAX232封装库sop-16并关联原理图元器件
- What a new company needs to practice and pay attention to
- Search element topic (DFS)
- GPS從入門到放弃(十三)、接收機自主完好性監測(RAIM)
- Why rdd/dataset is needed in spark
- Codeforces Round #274 (Div. 2) –A Expression
- ResNet-RS:谷歌领衔调优ResNet,性能全面超越EfficientNet系列 | 2021 arxiv
- 【MySQL】Online DDL详解
猜你喜欢

Checkpoint of RDD in spark

LeetCode:1189. The maximum number of "balloons" -- simple

GPS从入门到放弃(十九)、精密星历(sp3格式)

Common sense: what is "preservation" in insurance?

Aggregate function with key in spark

Yyds dry goods inventory C language recursive implementation of Hanoi Tower

Bat script learning (I)

C#实现水晶报表绑定数据并实现打印4-条形码

make menuconfig出现recipe for target ‘menuconfig‘ failed错误

ZABBIX proxy server and ZABBIX SNMP monitoring
随机推荐
ZABBIX proxy server and ZABBIX SNMP monitoring
[leetcode daily clock in] 1020 Number of enclaves
Kohana 数据库
hdu 4912 Paths on the tree(lca+馋)
Management background --4, delete classification
GPS从入门到放弃(十七) 、对流层延时
MPLS experiment
VIP case introduction and in-depth analysis of brokerage XX system node exceptions
Shortcut keys in the terminal
Search element topic (DFS)
2500 common Chinese characters + 130 common Chinese and English characters
AI 企业多云存储架构实践 | 深势科技分享
The golden age of the U.S. technology industry has ended, and there have been constant lamentations about chip sales and 30000 layoffs
How does the uni admin basic framework close the creation of super administrator entries?
功能强大的国产Api管理工具
Bat script learning (I)
Oracle性能分析3:TKPROF简介
GPS from getting started to giving up (12), Doppler constant speed
GPS from entry to abandonment (XIV), ionospheric delay
Unity3D学习笔记6——GPU实例化(1)