adding 2nd image
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user