Skip to content

apachecn/mit-18.06-linalg-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT 18.06 线性代数笔记

课程:麻省理工公开课:线性代数

作者:子实

通过代码行数衡量开发进程就好比用重量来衡量飞机制造进度。——比尔·盖茨

联系方式

负责人

其他

下载

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} 查看文档