当前位置:网站首页>线性代数感悟之2
线性代数感悟之2
2022-04-23 17:02:00 【code bean】
最近在看 liuyubobobo 的 线性代数课,感觉很妙,有些感悟记录一下~~~
一点感悟:
矩阵的结合律秒啊! 矩阵的结合律非常重要
此图,分两步,先沿x轴翻转,再沿y轴翻转。
由于 矩阵的乘法是满足结合律的,所以我们可以将Tx*Ty先计算,得到一个全新的变换因子。
再用新的变换因子可以一次完成目的!!!
但是这里有个问题,矩阵的乘法是不满足交换律的,但是我们发现,先先沿x轴翻转,再沿y轴翻转与 先先沿y轴翻转,再沿下轴翻转,是一样的。
那是因为 Tx*Ty 恰好和 Ty*Tx 相等。
版权声明
本文为[code bean]所创,转载请带上原文链接,感谢
https://blog.csdn.net/songhuangong123/article/details/124359824
边栏推荐
- Introduction to how to set up LAN
- Rtklib 2.4.3 source code Notes
- Lock锁
- [problem solving] [show2012] random tree
- Calculate pie chart percentage
- [registration] tf54: engineer growth map and excellent R & D organization building
- How to build tiktok user trust and drive fan growth
- 批量制造测试数据的思路,附源码
- Bottom processing of stack memory in browser
- 5-minute NLP: text to text transfer transformer (T5) unified text to text task model
猜你喜欢
Milvus 2.0 质量保障系统详解
Milvus 2.0 質量保障系統詳解
Detailed explanation of information abstract, digital signature, digital certificate, symmetric encryption and asymmetric encryption
Feign report 400 processing
Mock test
Derivation of Σ GL perspective projection matrix
详解牛客----手套
批量制造测试数据的思路,附源码
Node access to Alipay open platform sandbox to achieve payment function
Use between nodejs modules
随机推荐
Dlib of face recognition framework
Pytorch: the pit between train mode and eval mode
STM32__03—初识定时器
批量制造测试数据的思路,附源码
手写事件发布订阅框架
Use case execution of robot framework
1-4 configuration executable script of nodejs installation
Multithreaded @ async thread pool
Interface document yaml
Path environment variable
面试百分百问到的进程,你究竟了解多少
Do you really understand the principle of code scanning login?
websocket
Regular filtering of Intranet addresses and segments
MySQL master-slave synchronization pit avoidance version tutorial
[PROJECT] small hat takeout (8)
TypeError: set_figure_params() got an unexpected keyword argument ‘figsize‘
NVIDIA graphics card driver error
Milvus 2.0 質量保障系統詳解
How to implement distributed locks with redis?