From e461df7573c2b7b7e26c965d8cf2d8e175d67378 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 16 Dec 2019 21:31:18 +0700 Subject: [usth/MATH2.2] Numerical Methods The future starts now. --- usth/MATH2.2/hw/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 usth/MATH2.2/hw/README.md (limited to 'usth/MATH2.2/hw/README.md') diff --git a/usth/MATH2.2/hw/README.md b/usth/MATH2.2/hw/README.md new file mode 100644 index 0000000..fbb5730 --- /dev/null +++ b/usth/MATH2.2/hw/README.md @@ -0,0 +1,22 @@ +# Numerical Methods: Homework 1 + +My name is Nguyễn Gia Phong, my student ID is BI9-184. + +The homework were written in Octave and saved as + +* `linear`: interactive script to solve linear equation +* `quadratic`: interactive script to solve quadratic equation +* `cubic`: interactive script to solve cubic equation +* `fibonacci.m`: function `fibonacci (n)` returning a vector containing + Fibonacci numbers from F1 to Fn + +The scripts are named without any file extension following the \*nix traditions. +The homework can be downloaded as a whole in a ZIP package using the button +near the top-left corner, or alternatively cloned using `git`: + + git clone https://gist.github.com/McSinyx/1d9ff91d1ecfd60254c188bddb7926d5 + +If this causes any inconvenience, please let me know. + +[![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-sa/4.0/) +This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). -- cgit 1.4.1