Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 694 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 694 Bytes

numerical-analysis

Working numerical analysis algorithms with data samples written in Scilab. Based on the book "Numerical Methods Using Matlab (4th Edition) by John H. Mathews and Kurtis K. Fink. This repo intended for computer science students / teachers.

Feel free to contribute!

TODO

  1. Translate from Spanish to English.
  2. Do basic documentation.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Copyright (C) 2015 Guillermo Colmenero