From 669bf54776a7181f217c0e35e108859195c3d086 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 21 Sep 2023 23:40:12 -0400 Subject: [PATCH] adding 2nd image --- 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 a0db28b..7c3ddd8 100644 --- a/hws/03_matrix_class/README.md +++ b/hws/03_matrix_class/README.md @@ -18,6 +18,8 @@ We will represent the data inside our Matrix class by using a two-dimensional ar be any size, you will need to use dynamic memory for this task. The same matrix shown above can be represented like so: +![alt text](images/matrix1_array.png "4*3 matrix array representation") + We will denote ai,j as the value in matrix A that is in row i and column j. So a general matrix can be described as: