当前位置:网站首页>图的拉普拉斯矩阵
图的拉普拉斯矩阵
2022-08-11 05:35:00 【KPer_Yang】
图的拉普拉斯矩阵
无向图如下所示:
邻接矩阵:
W = [ 0 3 2 1 3 0 5 0 2 5 0 3 1 0 3 0 ] \pmb{W}=\begin{bmatrix} 0 & 3 & 2 & 1 \\ 3 & 0 & 5 & 0 \\ 2 & 5 & 0 & 3 \\ 1 & 0 & 3 & 0 \\ \end{bmatrix} WW=⎣⎡0321305025031030⎦⎤
加权度矩阵:
D = [ 6 0 0 0 0 8 0 0 0 0 10 0 0 0 0 6 ] \pmb{D}=\begin{bmatrix} 6 & 0 & 0 & 0 \\ 0 & 8 & 0 & 0 \\ 0 & 0 & 10 & 0 \\ 0 & 0 & 0 & 6 \\ \end{bmatrix} DD=⎣⎡60000800001000006⎦⎤
拉普拉斯矩阵:
L = D − W = [ 6 − 3 − 2 − 1 − 3 8 5 0 − 2 − 5 10 − 3 − 1 0 − 3 6 ] \pmb{L}=\pmb{D}-\pmb{W}=\begin{bmatrix} 6 & -3 & -2 & -1 \\ -3 & 8 & 5 & 0 \\ -2 & -5 & 10 & -3 \\ -1 & 0 & -3 & 6 \\ \end{bmatrix} LL=DD−WW=⎣⎡6−3−2−1−38−50−2510−3−10−36⎦⎤
边栏推荐
猜你喜欢
随机推荐
Class definition, class inheritance, and the use of super
arcgis填坑_1
MoreFileRename batch file renaming tool
查看CPU和其他硬件温度的软件
图文带你理解什么是Few-shot Learning
八股文之redis
HCIP MGRE\OSPF Comprehensive Experiment
AUTOMATION DAY06( Ansible进阶 、 Ansible Role)
deepin v20.6+cuda+cudnn+anaconda(miniconda)
Especially the redis
升级到Window11体验
Record a Makefile just written
SECURITY DAY06( iptables防火墙 、 filter表控制 、 扩展匹配、nat表典型应用 )
什么是Inductive learning和Transductive learning
CLUSTER DAY01 (Introduction to cluster and LVS, LVS-NAT cluster, LVS-DR cluster)
Map Reduce
ETCD cluster fault emergency recovery - local data is available
vi display line number in buildroot embedded file system
使用路由器DDNS功能+动态公网IP实现外网访问(花生壳)
bash的命令退出状态码