From 2420475ef69fc9f04b34c0990d40161db878a2a9 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 21 Sep 2023 23:43:02 -0400 Subject: [PATCH] adding matrix in general form --- 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 7c3ddd8..8009be7 100644 --- a/hws/03_matrix_class/README.md +++ b/hws/03_matrix_class/README.md @@ -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 described as: +![alt text](images/matrix_general.png "matrix representation in general") + ## Basic Functionality The private section of your class will be fairly small, and the main challenge will be working with the