楼主: 2023D
202 0

[其他] 算法与数学:专为程序员设计的线性代数课程配套资料 [推广有奖]

  • 0关注
  • 4粉丝

已卖:676份资源

院士

13%

还不是VIP/贵宾

-

威望
0
论坛币
88 个
通用积分
168.4045
学术水平
17 点
热心指数
31 点
信用等级
14 点
经验
44725 点
帖子
1777
精华
0
在线时间
1165 小时
注册时间
2022-12-1
最后登录
2026-1-29

楼主
2023D 发表于 2024-9-23 09:19:08 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
+01-Introduction            974.0 KB
+04-Development-Enviroment-Setup             146 Byte
   main.py              146 Byte
  Chapter-01.pdf             974.0 KB
+02-Vectors            1.2 MB
+03-Implement-Our-Own-Vector             674 Byte
  +playLA              467 Byte
    __init__.py               0 Byte
    Vector.py               467 Byte
   main_vector.py              207 Byte
+05-Implement-Vector-Operations             2.1 KB
  +playLA              1.6 KB
    __init__.py               0 Byte
    Vector.py               1.6 KB
   main_vector.py              528 Byte
+08-Implementation-of-Zero-Vector             2.2 KB
  +playLA              1.6 KB
    __init__.py               0 Byte
    Vector.py               1.6 KB
   main_vector.py              631 Byte
  Chapter-02.pdf             1.1 MB
+03-More-about-Vectors            1.9 MB
+02-Normalization-Implementation             3.3 KB
  +playLA              2.2 KB
    __init__.py               30 Byte
    _globals.py               15 Byte
    Vector.py               2.2 KB
   main_vector.py              1.1 KB
+05-Implementations-of-Dot-Product             3.5 KB
  +playLA              2.4 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Vector.py               2.3 KB
   main_vector.py              1.1 KB
+07-Vectors-in-Numpy             4.5 KB
  +playLA              2.4 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Vector.py               2.3 KB
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
  Chapter-03.pdf             1.9 MB
+04-The-Matrix            3.6 MB
+02-Implement-Our-Own-Matrix             5.9 KB
  +playLA              3.4 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Matrix.py               1.0 KB
    Vector.py               2.3 KB
   main_matrix.py              327 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
+04-Implement-Basic-Operations-of-Matrix             7.6 KB
  +playLA              4.8 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Matrix.py               2.4 KB
    Vector.py               2.3 KB
   main_matrix.py              629 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
+08-Implement-Matrix-Multiplication             8.6 KB
  +playLA              5.5 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Matrix.py               3.1 KB
    Vector.py               2.3 KB
   main_matrix.py              960 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
+11-Implement-Matrix-Transpose-and-Numpy-Matrix             9.4 KB
  +playLA              5.7 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Matrix.py               3.3 KB
    Vector.py               2.3 KB
   main_matrix.py              997 Byte
   main_numpy_matrix.py              532 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
  Chapter-04.pdf             3.5 MB
+05-More-about-Matrix            2.6 MB
+03-Implement-Matrix-Transformations             10.3 KB
  +playLA              5.7 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Matrix.py               3.3 KB
    Vector.py               2.3 KB
   main_matrix.py              997 Byte
   main_matrix_transformation.py              965 Byte
   main_numpy_matrix.py              532 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
+06-Implement-Identity-Matrix-and-Inverse-of-a-Matrix-in-Numpy             10.9 KB
  +playLA              5.9 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Matrix.py               3.5 KB
    Vector.py               2.3 KB
   main_matrix.py              1.1 KB
   main_matrix_transformation.py              951 Byte
   main_numpy_matrix.py              802 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
+08-Matrix-and-Space             11.1 KB
  +playLA              5.9 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    Matrix.py               3.5 KB
    Vector.py               2.3 KB
   main_matrix.py              1.1 KB
   main_matrix_transformation.py              1.2 KB
   main_numpy_matrix.py              802 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
  Chapter-05.pdf             2.5 MB
+06-Linear-System            3.5 MB
+04-Implement-Gauss-Jordan-Elimination             14.0 KB
  +playLA              7.5 KB
    __init__.py               29 Byte
    _globals.py               15 Byte
    LinearSystem.py               1.6 KB
    Matrix.py               3.5 KB
    Vector.py               2.4 KB
   main_linear_system.py              1.2 KB
   main_matrix.py              1.1 KB
   main_matrix_transformation.py              1.2 KB
   main_numpy_matrix.py              802 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
+08-Implement-General-Gauss-Jordan-Elimination             15.2 KB
  +playLA              8.1 KB
    __init__.py               29 Byte
    _globals.py               114 Byte
    LinearSystem.py               2.1 KB
    Matrix.py               3.5 KB
    Vector.py               2.4 KB
   main_linear_system.py              1.8 KB
   main_matrix.py              1.1 KB
   main_matrix_transformation.py              1.2 KB
   main_numpy_matrix.py              802 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
  Chapter-06.pdf             3.5 MB
+07-Elemental-Matrices-and-The-Properties-of-Inversion            5.1 MB
+02-Implement-Inverse-of-Matrix             15.8 KB
  +playLA              8.6 KB
    __init__.py               29 Byte
    _globals.py               114 Byte
    LinearSystem.py               2.5 KB
    Matrix.py               3.5 KB
    Vector.py               2.4 KB
   main_linear_system.py              2.0 KB
   main_matrix.py              1.1 KB
   main_matrix_transformation.py              1.2 KB
   main_numpy_matrix.py              802 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
+07-Implement-LU-Factorization             17.0 KB
  +playLA              9.3 KB
    __init__.py               29 Byte
    _globals.py               114 Byte
    LinearSystem.py               2.5 KB
    LU.py               694 Byte
    Matrix.py               3.5 KB
    Vector.py               2.4 KB
   main_linear_system.py              2.0 KB
   main_lu.py              527 Byte
   main_matrix.py              1.1 KB
   main_matrix_transformation.py              1.2 KB
   main_numpy_matrix.py              802 Byte
   main_numpy_vector.py              1.1 KB
   main_vector.py              1.1 KB
  Chapter-07.pdf             5.0 MB
.gitignore            424 Byte
qrcode.jpg            40.7 KB
README.md            8.5 KB


coding-260-master.zip (15.54 MB, 需要: RMB 29 元)

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:配套资料 线性代数 程序员 introduction elimination

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
扫码
拉您进交流群
GMT+8, 2026-1-30 13:27