当前位置:网站首页>The essence of linear algebra 4 matrix multiplication and linear compound transformation
The essence of linear algebra 4 matrix multiplication and linear compound transformation
2022-06-10 11:26:00 【I like red grapefruit very much】
Catalog
4.3 Multiplication of matrices
1. Matrix multiplication formula
2. The order of matrix multiplication
3. The associative law of matrix multiplication
4.1 The essence of matrix
- The first column represents the transformed i Cap vector
- The second column represents the transformed j Cap vector
- The whole matrix represents the rule of linear transformation of a vector
The multiplication of a matrix is to let a vector [x,y] After the linear transformation rules defined by the matrix, the objective vector is obtained

4.2 Composite transformation
I want to make a compound transformation of a vector : Rotate then cut , There are two ways :
- First, the original vector is left multiplied by the rotation matrix to obtain the matrix after rotation transformation , Then left multiply the cut matrix to get the cut matrix value , Matrix multiplication is divided into two steps to perform the operation of composite transformation
- After the compound transformation i and j vector , Put them together into a composite matrix , Let the original vector be multiplied by it
Further, it can be concluded that : Multiply two transformation matrices = Composite matrix
Multiply two matrices : Two linear transformations act on the vector successively

Be careful This multiplication needs to be read from right to left , Can be equivalent to Compound function Writing , Write down the operation first , After the operation, write it on the outside

4.3 Multiplication of matrices
1. Matrix multiplication formula

- First of all to see M1 The first column of the matrix , Equivalent to the transformed i vector , Let it relate to M2 Multiply , Get the first column of the composite matrix
- Look again M1 The second column of the matrix , Equivalent to the transformed j vector , Let it relate to M2 Multiply , Get the second column of the composite matrix
- Then we can get the calculation formula of the matrix , It is essentially a linear transformation of a vector
2. The order of matrix multiplication
Be careful : The order in which the matrices are multiplied affects the final result , Because the geometric meaning of matrix multiplication is the transformation of vectors , So the order of transformation is different , The corresponding transformation results must be different

3. The associative law of matrix multiplication
1. Matrix multiplication satisfies the law of union , That is, the position of brackets does not affect the result of matrix multiplication , Because wherever you put parentheses , All are 3 Use the same transformation 3 The effect of this action in the same order
2. First apply C Transformation , Then apply B Transform sum A Transformation == First apply C Transform sum B Transformation , Then apply A Transformation

边栏推荐
- 如何配置多数据源
- [PaperNote] Web3 Direction
- 为你推荐一款高效的IO组件——okio
- redis 面经详解
- Android 13 针对 Intent Filters 安全的再升级
- 二叉树的前序中序后序递归遍历和非递归遍历(c语言版本)
- SaaS management system for digital commerce cloud business service industry: to achieve efficient business collaboration and help enterprises improve their digital transformation
- Niuke Mianjing 02
- Day 2 linked list (simple)
- API如何检测安全配置是否有错误?
猜你喜欢
随机推荐
About one-way linked list
数商云家具行业供应商评估管理系统:提升家具企业核心竞争力,实现数字化协同管理
多线程杀手锏---countDownLatch&&CyclicBarrier
从 0 开始构建研发高效能全栈式团队
链表、栈、队列
Practice of Flink CDC + Hudi massive data entering the lake in SF
JPA + MySQL list converted to string stored in database
Digital commerce cloud furniture industry supplier evaluation management system: improve the core competitiveness of furniture enterprises and realize digital collaborative management
【黄啊码】PHP7为什么比PHP5快两倍?
kubernetes 设置 Master 可调度与不可调度
LocalDateTime与String日期互相转换
Day 1 stack and queue (simple)
Manual topic 01
Dell G7 computer shutdown keypad
Kubernetes common commands -1- command completion
Gan learning notes KL divergence, JS divergence, Wasserstein distance
基于昇腾AI异构计算架构CANN的通用目标检测与识别一站式方案初体验
『忘了再学』Shell基础 — 29、AWK内置变量
flutter websocket示例
软件测试基础








![[PaperNote] Confidential Computing Direction](/img/1e/0a41a6bb6fd752061c4608d3133eed.png)
