写点什么

《算法导论 (第 4 版)》阅读笔记:p82-p82

作者:codists
  • 2025-05-17
    广东
  • 本文字数:599 字

    阅读完需:约 2 分钟

《算法导论(第 4 版)》学习第 17 天,p82-p82 总结,总计 1 页。

一、技术总结

1. Matrix Matrices(矩阵)

(1)教材


因为第 4 章涉及到矩阵,矩阵属于线性代数(linear algebra)范畴,如果不熟悉,可以看一下作者推荐的两本教材:Gilbert Strang 的《Introduction to Applied Mathematics》和《Linear Algebra and Its Applications》。个人补充一本 Steven J. Leon, Lisette G. de Pillis 的《Linear Algebra with Applications》。


例如,“4.1 Multiplying square matrices” 提到 square matrices, 如果了解,就可以看一下《Linear Algebra with Applications》里面的定义:A matrix having m rows and n columns is said to be m×n. A matrix is said to be square if it has the same number of rows and columns, that is, if m = n(一个具有 m 行 n 列的矩阵称为 m×n 矩阵。若一个矩阵的行数和列数相同,即 m = n,则称该矩阵为方阵。)

二、英语总结(生词:0)

无。


关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Thomas H. Cormen,Charles E. Leiserson,Ronald L. Rivest,Clifford Stein,https://book.douban.com/subject/35591269/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com


(2) Cambridge Dictionary:https://dictionary.cambridge.org


欢迎搜索及关注:编程人(a_codists)

用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《算法导论(第4版)》阅读笔记:p82-p82_算法_codists_InfoQ写作社区