Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyeongmincho/homework__linear-algebra-3
2017년도 2학기 인하대 컴퓨터기반선형대수 실습과제 3 (Matrix Diagonalization)
https://github.com/kyeongmincho/homework__linear-algebra-3
Last synced: 9 days ago
JSON representation
2017년도 2학기 인하대 컴퓨터기반선형대수 실습과제 3 (Matrix Diagonalization)
- Host: GitHub
- URL: https://github.com/kyeongmincho/homework__linear-algebra-3
- Owner: kyeongmincho
- Created: 2017-12-01T10:38:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T11:01:58.000Z (about 7 years ago)
- Last Synced: 2024-11-19T17:17:01.776Z (2 months ago)
- Language: Python
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2017년도 2학기 인하대 컴퓨터기반선형대수 실습과제 3
목표 : 행렬대각화를 python을 이용하여 코딩하기.## HOW TO RUN
python은 3 버전 이상에서 virtualenv 환경에서 사용합니다.
$ python3 -m virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python ./run.py