《算法導論(第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)