https://github.com/juangesino/algebra
Methods and algorithms for linear algebra.
https://github.com/juangesino/algebra
algebra algorithm linear-algebra
Last synced: 9 months ago
JSON representation
Methods and algorithms for linear algebra.
- Host: GitHub
- URL: https://github.com/juangesino/algebra
- Owner: juangesino
- License: mit
- Created: 2016-10-13T18:47:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T01:27:58.000Z (about 9 years ago)
- Last Synced: 2025-03-08T14:07:05.028Z (9 months ago)
- Topics: algebra, algorithm, linear-algebra
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algebra
Implementation of linear algebra algorithms in various languages:
- [Ruby](https://github.com/juangesino/algebra/tree/master/ruby)
- [Octave](https://github.com/juangesino/algebra/tree/master/octave)
## Contributing
1. Fork it ( https://github.com/juangesino/algebra/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## License
See [MIT-LICENSE](https://github.com/juangesino/algebra/blob/master/LICENSE)