2021-05-07 10:20:42

This commit is contained in:
wizardforcel
2021-05-07 10:20:42 +08:00
parent c411fa2a99
commit 957b754226
52 changed files with 2953 additions and 22 deletions

51
docs/linalg/README.md Normal file
View File

@@ -0,0 +1,51 @@
# MIT 18.06 线性代数笔记
> 课程:[麻省理工公开课:线性代数](http://open.163.com/special/opencourse/daishu.html)
>
> 作者:[子实](https://github.com/zlotus)
>
> 通过代码行数衡量开发进程就好比用重量来衡量飞机制造进度。——比尔·盖茨
* [在线阅读](https://linalg.apachecn.org)
* [在线阅读Gitee](https://apachecn.gitee.io/mit-18.06-linalg-notes/)
* [ApacheCN 机器学习交流群 629470233](http://shang.qq.com/wpa/qunwpa?idkey=30e5f1123a79867570f665aa3a483ca404b1c3f77737bc01ec520ed5f078ddef)
* [ApacheCN 学习资源](http://www.apachecn.org/)
## 联系方式
### 负责人
* [飞龙](https://github.com/wizardforcel): 562826179
### 其他
* 在我们的 [apachecn/mit-18.06-linalg-notes](https://github.com/apachecn/mit-18.06-linalg-notes) github 上提 issue.
* 发邮件到 Email: `apachecn@163.com`.
* 在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可.
## 下载
### PYPI
```
pip install mit-18.06-linalg-notes
mit-18.06-linalg-notes <port>
# 访问 http://localhost:{port} 查看文档
```
### NPM
```
npm install -g mit-yiba-lingliu-linalg-notes
mit-yiba-lingliu-linalg-notes <port>
# 访问 http://localhost:{port} 查看文档
```
### Docker
```
docker pull apachecn0/mit-18-06-linalg-notes
docker run -tid -p <port>:80 apachecn0/mit-18-06-linalg-notes
# 访问 http://localhost:{port} 查看文档
```