about summary refs log tree commit diff
path: root/usth/MATH2.2/hw/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2020-02-16 14:26:55 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2020-02-16 14:26:55 +0700
commit82e6cf7d1046d6cee16f7e8b044ec33e7ec6c4b7 (patch)
treef7b7ae0bce69070c47a1b31a85bd2bc69dfecf09 /usth/MATH2.2/hw/README.md
parent29d1001e2e21eff289bff23412e284c8b2e44595 (diff)
downloadcp-82e6cf7d1046d6cee16f7e8b044ec33e7ec6c4b7.tar.gz
[usth] Numerical Method is MATH2.4
Diffstat (limited to 'usth/MATH2.2/hw/README.md')
-rw-r--r--usth/MATH2.2/hw/README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/usth/MATH2.2/hw/README.md b/usth/MATH2.2/hw/README.md
deleted file mode 100644
index fbb5730..0000000
--- a/usth/MATH2.2/hw/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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 F<sub>1</sub> to F<sub>n</sub>
-
-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/).