diff --git a/app/sem1/em1/content/chapter1.tsx b/app/sem1/em1/content/chapter1.tsx
index 93d5b1b..b2d1a86 100644
--- a/app/sem1/em1/content/chapter1.tsx
+++ b/app/sem1/em1/content/chapter1.tsx
@@ -36,7 +36,9 @@ export const Ch1Content = () => {
-
+
+
+
@@ -67,7 +69,9 @@ export const Ch1Content = () => {
-
+
+
+
@@ -101,7 +105,9 @@ export const Ch1Content = () => {
Used to classify graph behaviour and optimization.
-
+
+
+
@@ -128,8 +134,9 @@ export const Ch1Content = () => {
-
-
+
+
+
);
diff --git a/app/sem1/em1/content/chapter2.tsx b/app/sem1/em1/content/chapter2.tsx
index efee700..30ef140 100644
--- a/app/sem1/em1/content/chapter2.tsx
+++ b/app/sem1/em1/content/chapter2.tsx
@@ -18,7 +18,7 @@ export const Ch2Content = () => {
Properties include associativity, distributivity and non-commutativity.
Transpose and conjugate transpose operations.
- Diagram: matrix-algebra.png
+
@@ -31,7 +31,7 @@ export const Ch2Content = () => {
Determined using row echelon form or determinant methods.
Inverse exists only if det(A) ≠ 0.
- Diagram: rank-echelon.png
+
@@ -81,7 +81,7 @@ export const Ch2Content = () => {
Gauss elimination and Gauss Jordan elimination.
Gauss Seidel iterative method.
- Diagram: gauss-methods.png
+
diff --git a/app/sem1/em1/content/chapter3.tsx b/app/sem1/em1/content/chapter3.tsx
index badbdb1..3caecc7 100644
--- a/app/sem1/em1/content/chapter3.tsx
+++ b/app/sem1/em1/content/chapter3.tsx
@@ -37,7 +37,7 @@ export const Ch3Content = () => {
- Diagram: exact-ode-flow.png
+
@@ -135,7 +135,7 @@ export const Ch3Content = () => {
- Diagram: characteristic-roots.png
+
diff --git a/public/sem1/em1/em1_02.png b/public/sem1/em1/em1_02.png
index b16a34c..dfb8a74 100644
Binary files a/public/sem1/em1/em1_02.png and b/public/sem1/em1/em1_02.png differ
diff --git a/public/sem1/em1/em1_04.png b/public/sem1/em1/em1_04.png
index 31b508e..9f235f9 100644
Binary files a/public/sem1/em1/em1_04.png and b/public/sem1/em1/em1_04.png differ
diff --git a/public/sem1/em1/em1_05.png b/public/sem1/em1/em1_05.png
new file mode 100644
index 0000000..25d56fd
Binary files /dev/null and b/public/sem1/em1/em1_05.png differ
diff --git a/public/sem1/em1/em1_06.png b/public/sem1/em1/em1_06.png
new file mode 100644
index 0000000..cc3ebb3
Binary files /dev/null and b/public/sem1/em1/em1_06.png differ
diff --git a/public/sem1/em1/em1_07.png b/public/sem1/em1/em1_07.png
new file mode 100644
index 0000000..53e76b9
Binary files /dev/null and b/public/sem1/em1/em1_07.png differ
diff --git a/public/sem1/em1/em1_08.png b/public/sem1/em1/em1_08.png
new file mode 100644
index 0000000..dbcfa13
Binary files /dev/null and b/public/sem1/em1/em1_08.png differ
diff --git a/public/sem1/em1/em1_09.png b/public/sem1/em1/em1_09.png
new file mode 100644
index 0000000..520a6f0
Binary files /dev/null and b/public/sem1/em1/em1_09.png differ