From a14efef646721fda6fbb27beecb7f3fe8ee7cb43 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 22 Sep 2023 00:06:07 -0400 Subject: [PATCH] quarter operatin example --- hws/03_matrix_class/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hws/03_matrix_class/README.md b/hws/03_matrix_class/README.md index a6bcacf..29d688b 100644 --- a/hws/03_matrix_class/README.md +++ b/hws/03_matrix_class/README.md @@ -163,6 +163,8 @@ takes no arguments and returns a Matrix* containing four new Matrix elements in local variables go out of scope and are destroyed, so you will need to be particularly careful about how you construct and return the quadrants. On the next page are two examples of the quarter operation: +![alt text](images/matrix_quarter.png "matrix quarter operation") + ## Testing and Debugging We provide a matrix main.cpp file with a wide variety of tests of the Matrix class. Some of these tests