当前位置:网站首页>线性代数感悟之1
线性代数感悟之1
2022-04-23 17:02:00 【code bean】
最近在看 liuyubobobo 的 线性代数课,感觉很妙,有些感悟记录一下~~~
一点感悟:
以前,总是求解变量,从而太关注x y了,而此时,我们应该把注意力移到 a 和 b。
x y 只是一个群体的代表,点(向量)的抽象。xy一系列的点,最终会作为,矩阵乘法的右值。
左值就是一个变换的因子。
第一个2*2的矩阵就是一个变换因子。
因为乘法左侧矩阵的列是2,那么乘法右侧的行比如是2。(这个维度最终是抵消的,不会出现到结果中)
因为乘法左侧矩阵的行是2,那么结果矩阵的行必然是2.
这里看出,乘法左侧矩阵,可以其他两个矩阵的行的维度。这里重点就来了:
意思就是,变换因子(乘法左侧矩阵),他的行一开始确定了 要变换的是二维中的点,还是三维中的点。
而它的列确定了得到结果的点是几维空间的点。所以,如果需要变换三位空间的点,它的变化因子一定得是3*3的,矩阵。
而且点的个数是不用确定的(n),来几个就变几个(不会多也不会少,来一个变一个,来两个变一双)!
n 等于 1时就是变换一个点。
最后。说一句:
乘法右侧矩阵和结果 一定是按列拆分的集合~~~~
只有左侧是变换因子是行项拆分的。
版权声明
本文为[code bean]所创,转载请带上原文链接,感谢
https://blog.csdn.net/songhuangong123/article/details/124359500
边栏推荐
- MySQL restores data through binlog file
- First knowledge of go language
- Generate random numbers with high quality and Gaussian distribution
- Tencent resolves the address according to the IP address
- ACL 2022 | dialogved: a pre trained implicit variable encoding decoding model for dialogue reply generation
- Log4j output log information to file
- 织梦DEDECMS安全设置指南
- Get the column name list of the table quickly in Oracle
- 深入了解3D模型相关知识(建模、材质贴图、UV、法线),置换贴图、凹凸贴图与法线贴图的区别
- STM32__03—初识定时器
猜你喜欢
Quick install mongodb
[PROJECT] small hat takeout (8)
Detailed explanation of information abstract, digital signature, digital certificate, symmetric encryption and asymmetric encryption
Rtklib 2.4.3 source code Notes
Deepinv20 installation MariaDB
org. apache. parquet. schema. InvalidSchemaException: A group type can not be empty. Parquet does not su
Grpc gateway based on Ocelot
自定义my_strcpy与库strcpy【模拟实现字符串相关函数】
DDT + Excel for interface test
Detailed explanation of Niuke - Gloves
随机推荐
Expression "func" tSource, object "to expression" func "tSource, object" []
Getting started with JDBC
feign报400处理
SQL database
Aiot industrial technology panoramic structure - Digital Architecture Design (8)
MySQL master-slave replication
[markdown notes]
How vscode compares the similarities and differences between two files
_ Mold_ Board_
Use case labeling mechanism of robot framework
Do you really understand the principle of code scanning login?
VLAN advanced technology, VLAN aggregation, super VLAN, sub VLAN
Read a blog, re understand closures and tidy up
Nodejs reads the local JSON file through require. Unexpected token / in JSON at position appears
Nacos + aspnetcore + Ocelot actual combat code
freeCodeCamp----shape_ Calculator exercise
拷贝构造函数 浅拷贝与深拷贝
Pseudo Distributed installation spark
Use between nodejs modules
Go language RPC communication