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 = () => { - mvt-graph diagram + + mvt graph diagram +
@@ -67,7 +69,9 @@ export const Ch1Content = () => { - Taylor expansion diagram + + taylor series diagram +
@@ -101,7 +105,9 @@ export const Ch1Content = () => {
  • Used to classify graph behaviour and optimization.
  • - Concavity and inflexion diagram + + concavity and inflexion diagram +
    @@ -128,8 +134,9 @@ export const Ch1Content = () => { - curvature diagram - + + curvature graph diagram + ); 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

    + Matrix algebra diagram
    @@ -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

    + Rank and inverse diagram
    @@ -81,7 +81,7 @@ export const Ch2Content = () => {
  • Gauss elimination and Gauss Jordan elimination.
  • Gauss Seidel iterative method.
  • -

    Diagram: gauss-methods.png

    + Numerical methods diagram
    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

    + Exact ODE diagram
    @@ -135,7 +135,7 @@ export const Ch3Content = () => { -

    Diagram: characteristic-roots.png

    + Second order linear ODE diagram
    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