adding matrix in general form

This commit is contained in:
Jidong Xiao
2023-09-21 23:43:02 -04:00
parent 6fd9af5228
commit 2420475ef6

View File

@@ -23,6 +23,8 @@ 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:
![alt text](images/matrix_general.png "matrix representation in general")
## Basic Functionality ## Basic Functionality
The private section of your class will be fairly small, and the main challenge will be working with the The private section of your class will be fairly small, and the main challenge will be working with the