Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第四课、置换矩阵有一处小错误 #8

Closed
zerd-wanger opened this issue Mar 2, 2021 · 1 comment
Closed

第四课、置换矩阵有一处小错误 #8

zerd-wanger opened this issue Mar 2, 2021 · 1 comment

Comments

@zerd-wanger
Copy link

“一个经典的例子就是:在消元过程中,当矩阵主元 位置上面不是 1 时,我们就需要用行变换将主元位置换回 1。”
应该说主元位置上是0时,我们需要通过行变换来将主元换成0

@KB-Ding
Copy link
Collaborator

KB-Ding commented Aug 5, 2022

感谢您的建议,这里表述不太清楚,我们已经更新了第四课的相关描述。
这里想表达的是:在消元过程中,当矩阵主元位置上面为0时,我们就需要用行变换将主元位置换为非0数。具体可以参考“第二课 / 2.1 / 注” 中的部分。

@KB-Ding KB-Ding closed this as completed Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants