{"id":19165000,"url":"https://github.com/selfboot/linearalgebra","last_synced_at":"2025-05-07T12:23:17.265Z","repository":{"id":55005077,"uuid":"77888406","full_name":"selfboot/LinearAlgebra","owner":"selfboot","description":"线性代数笔记，在 zlotus/notes-linear-algebra 基础上进行完善！","archived":false,"fork":false,"pushed_at":"2017-02-17T03:36:20.000Z","size":32,"stargazers_count":69,"open_issues_count":0,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T22:02:18.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://nbviewer.jupyter.org/github/xuelangZF/LinearAlgebra/blob/master/README.ipynb","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selfboot.png","metadata":{"files":{"readme":"README.ipynb","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-03T05:59:48.000Z","updated_at":"2025-03-03T15:27:28.000Z","dependencies_parsed_at":"2022-08-14T08:50:29.813Z","dependency_job_id":null,"html_url":"https://github.com/selfboot/LinearAlgebra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfboot%2FLinearAlgebra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfboot%2FLinearAlgebra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfboot%2FLinearAlgebra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfboot%2FLinearAlgebra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selfboot","download_url":"https://codeload.github.com/selfboot/LinearAlgebra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252874616,"owners_count":21817864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T09:26:01.804Z","updated_at":"2025-05-07T12:23:17.244Z","avatar_url":"https://github.com/selfboot.png","language":"Jupyter Notebook","readme":"{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"# 线性代数笔记\\n\",\n    \"\\n\",\n    \"## 简介\\n\",\n    \"\\n\",\n    \"麻省理工大学 Gilbert Strang 教授的[线性代数](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/)课程笔记，在 [zlotus/notes-linear-algebra](https://github.com/zlotus/notes-linear-algebra) 基础上进行完善！\\n\",\n    \"\\n\",\n    \"笔记使用 `jupyter notebook (ipython notebook)` 编写展示，`Github` 加载 `.ipynb` 的速度较慢，建议在 [Nbviewer](http://nbviewer.jupyter.org/github/xuelangZF/LinearAlgebra/blob/master/README.ipynb) 中查看该项目。\\n\",\n    \"\\n\",\n    \"## 目录\\n\",\n    \"\\n\",\n    \"- 第01集 [方程组的几何解释](chapter01.ipynb)\\n\",\n    \"- 第02集 [矩阵消元](chapter02.ipynb)\\n\",\n    \"- 第03集 [乘法和逆矩阵](chapter03.ipynb)\\n\",\n    \"- 第04集 [A的LU分解](chapter04.ipynb)\\n\",\n    \"- 第05集 [转置-置换-向量空间R](chapter05.ipynb)\\n\",\n    \"- 第06集 [列空间和零空间](chapter06.ipynb)\\n\",\n    \"- 第07集 [求解Ax=0：主变量、特解](chapter07.ipynb)\\n\",\n    \"- 第08集 [求解Ax=b：可解性和解的结构](chapter08.ipynb)\\n\",\n    \"- 第09集 [线性相关性、基、维数](chapter09.ipynb)\\n\",\n    \"- 第10集 [四个基本子空间](chapter10.ipynb)\\n\",\n    \"- 第11集 [矩阵空间、秩1矩阵和小世界图](chapter11.ipynb)\\n\",\n    \"- 第12集 [图和网络](chapter12.ipynb)\\n\",\n    \"- 第13集 [复习一](chapter13.ipynb)\\n\",\n    \"- 第14集 [正交向量与子空间](chapter14.ipynb)\\n\",\n    \"- 第15集 [子空间投影](chapter15.ipynb)\\n\",\n    \"- 第16集 [投影矩阵和最小二乘](chapter16.ipynb)\\n\",\n    \"- 第17集 [正交矩阵和Gram-Schmidt正交化](chapter17.ipynb)\\n\",\n    \"- 第18集 [行列式及其性质](chapter18.ipynb)\\n\",\n    \"- 第19集 [行列式公式和代数余子式](chapter19.ipynb)\\n\",\n    \"- 第20集 [克拉默法则、逆矩阵、体积](chapter20.ipynb)\\n\",\n    \"- 第21集 [特征值和特征向量](chapter21.ipynb)\\n\",\n    \"- 第22集 [对角化和A的幂](chapter22.ipynb)\\n\",\n    \"- 第23集 [微分方程和exp(At)](chapter23.ipynb)\\n\",\n    \"- 第24集 [马尔可夫矩阵、傅立叶级数](chapter24.ipynb)\\n\",\n    \"- 第25集 [复习二](chapter25.ipynb)\\n\",\n    \"- 第26集 [对称矩阵及正定性](chapter26.ipynb)\\n\",\n    \"- 第27集 [复数矩阵和快速傅里叶变换](chapter27.ipynb)\\n\",\n    \"- 第28集 [正定矩阵和最小值](chapter28.ipynb)\\n\",\n    \"- 第29集 [相似矩阵和若尔当形](chapter29.ipynb)\\n\",\n    \"- 第30集 [奇异值分解](chapter30.ipynb)\\n\",\n    \"- 第31集 [线性变换及对应矩阵](chapter31.ipynb)\\n\",\n    \"- 第32集 [基变换和图像压缩](chapter32.ipynb)\\n\",\n    \"- 第33集 [单元检测3复习](chapter33.ipynb)\\n\",\n    \"- 第34集 [左右逆和伪逆](chapter34.ipynb)\\n\",\n    \"- 第35集 [期末复习](chapter35.ipynb)\\n\",\n    \"\\n\",\n    \"\\n\",\n    \"**作者：子实\u0026selfboot**\"\n   ]\n  }\n ],\n \"metadata\": {\n  \"kernelspec\": {\n   \"display_name\": \"Python 2\",\n   \"language\": \"python\",\n   \"name\": \"python2\"\n  },\n  \"language_info\": {\n   \"codemirror_mode\": {\n    \"name\": \"ipython\",\n    \"version\": 2\n   },\n   \"file_extension\": \".py\",\n   \"mimetype\": \"text/x-python\",\n   \"name\": \"python\",\n   \"nbconvert_exporter\": \"python\",\n   \"pygments_lexer\": \"ipython2\",\n   \"version\": \"2.7.10\"\n  }\n },\n \"nbformat\": 4,\n \"nbformat_minor\": 0\n}\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfboot%2Flinearalgebra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfboot%2Flinearalgebra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfboot%2Flinearalgebra/lists"}