adding 2nd image

This commit is contained in:
Jidong Xiao
2023-09-21 23:40:12 -04:00
parent 51838a9241
commit 669bf54776

View File

@@ -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 be any size, you will need to use dynamic memory for this task. The same matrix shown above can be
represented like so: 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 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: described as: