Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g4brielvs/ms512

Numerical Linear Algebra coursework
https://github.com/g4brielvs/ms512

Last synced: 7 days ago
JSON representation

Numerical Linear Algebra coursework

Awesome Lists containing this project

README

        

# MS512

This is the project repository for Numerical Linear Algebra classes.

## Installation
*MS512* uses `pip` to manage dependencies. It works with Python 2.7+ or 3.4+.

1. Clone the repository: `$ git clone [email protected]:g4brielvs/MS512.git`.

2. Go to the repository directory: `$ cd MS512` (if you want, get your [virtualenv](https://pypi.python.org/pypi/virtualenv) running there).

4. Install the dependencies: `$ pip install -r requirements.txt`.

## Example

Just run `jupyter notebook --browser=firefox` and select a working notebook. For example:

```console
$ jupyter notebook SVD/SVD.ipynb
```

It opens the notebook on Firefox. You can just hit `Run All` to the see the magic. Voilà!

## Contributing

Feel free to [report an issue](https://github.com/g4brielvs/MS512/issues), [open a pull request](https://github.com/g4brielvs/MS512getgist/pulls), or [drop a line](http://twitter.com/g4brielvs).

## License
[Creative Commons Attribution-ShareAlike 4.0 International license](http://creativecommons.org/licenses/by-sa/4.0/).
Please feel free to make alterations via pull-request.