当前位置:网站首页>图的拉普拉斯矩阵
图的拉普拉斯矩阵
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⎦⎤
边栏推荐
- Basic use of Slurm
- CLUSTER DAY04 (Block Storage Use Cases, Distributed File Systems, Object Storage)
- 使用路由器DDNS功能+动态公网IP实现外网访问(花生壳)
- ansible batch install zabbix-agent
- MoreFileRename batch file renaming tool
- AUTOMATION DAY06( Ansible进阶 、 Ansible Role)
- OA项目之我的会议(会议排座&送审)
- 八股文之redis
- My meeting of the OA project (meeting seating & review)
- Xshell如何连接虚拟机
猜你喜欢

arcgis填坑_3

ETCD cluster fault emergency recovery - to recover from the snapshot

HCIP BGP建邻、联邦、汇总实验

(2) Software Testing Theory (*Key Use Case Method Writing)

Raspberry Pi set static IP address

deepin v20.6+cuda+cudnn+anaconda(miniconda)

图文带你理解什么是Few-shot Learning

Concurrent programming in eight-part essay

OA Project Pending Meeting & History Meeting & All Meetings

AUTOMATION DAY07 (Ansible Vault, ordinary users use ansible)
随机推荐
ETCD cluster fault emergency recovery - local data is available
arcgis填坑_1
HCIP-BGP的选路实验
TOP2 Add two numbers
MoreFileRename批量文件改名工具
SECURITY DAY03(一键部署zabbix)
iptables 基础配置
训练分类器
Arcgis小工具_实现重叠分析
Numpy_备注
智能合约 ——— app评分合约
ansible batch install zabbix-agent
China Mobile Communications Group Co., Ltd.: Business Power of Attorney
arcgis填坑_3
HCIP-Spanning Tree (802.1D, Standard Spanning Tree/802.1W: RSTP Rapid Spanning Tree/802.1S: MST Multiple Spanning Tree)
HCIP OSPF/MGRE综合实验
类的定义、类的继承以及super的使用
View the library ldd that the executable depends on
bash的命令退出状态码
My meeting of the OA project (meeting seating & review)