diff --git a/hw0/README.md b/hw0/README.md new file mode 100644 index 0000000..b469580 --- /dev/null +++ b/hw0/README.md @@ -0,0 +1,18 @@ +# Homework 0 +Practive basic operation on numpy and Pillow to check if a student can program + +## Q1 +Input: two matrix text file +output: outcome of maxtrix multiplication + +```bash +./Q1.sh matrixA.txt matrixB.txt +``` + +## Q2 +Input: an original lena image and another modified lena image +Output: The difference image between two input images + +```bash +./Q2.sh lena.png lena_modified.png +``` \ No newline at end of file