Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions app/sem1/em1/content/chapter1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ export const Ch1Content = () => {
</li>
</ul>

<img src="/sem1/em1/em1_01.png" alt="mvt-graph diagram" className="w-full my-4" />

<img src="/sem1/em1/em1_01.png" alt="mvt graph diagram" className="w-full my-4" />

</section>

<hr className="my-6 border-[#c7a669] opacity-40" />
Expand Down Expand Up @@ -67,7 +69,9 @@ export const Ch1Content = () => {

</ul>

<img src="/sem1/em1/em1_02.png" alt="Taylor expansion diagram" className="w-full my-4" />

<img src="/sem1/em1/em1_02.png" alt="taylor series diagram" className="w-full my-4" />

</section>

<hr className="my-6 border-[#c7a669] opacity-40" />
Expand Down Expand Up @@ -101,7 +105,9 @@ export const Ch1Content = () => {
<li>Used to classify graph behaviour and optimization.</li>
</ul>

<img src="/sem1/em1/em1_03.png" alt="Concavity and inflexion diagram" className="w-full my-4" />

<img src="/sem1/em1/em1_03.png" alt="concavity and inflexion diagram" className="w-full my-4" />

</section>

<hr className="my-6 border-[#c7a669] opacity-40" />
Expand All @@ -128,7 +134,9 @@ export const Ch1Content = () => {
</li>
</ul>

<img src="/sem1/em1/em1_04.png" alt="curvature diagram" className="w-full my-4" />

<img src="/sem1/em1/em1_04.png" alt="curvature graph diagram" className="w-full my-4" />

</section>

</div>
Expand Down
6 changes: 3 additions & 3 deletions app/sem1/em1/content/chapter2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Ch2Content = () => {
<li>Properties include associativity, distributivity and non-commutativity.</li>
<li>Transpose and conjugate transpose operations.</li>
</ul>
<p className="p-text">Diagram: <strong>matrix-algebra.png</strong></p>
<img src="/sem1/em1/em1_05.png" alt="Matrix algebra diagram" className="w-full my-4" />
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />
Expand All @@ -31,7 +31,7 @@ export const Ch2Content = () => {
<li>Determined using row echelon form or determinant methods.</li>
<li>Inverse exists only if det(A) ≠ 0.</li>
</ul>
<p className="p-text">Diagram: <strong>rank-echelon.png</strong></p>
<img src="/sem1/em1/em1_06.png" alt="Rank and inverse diagram" className="w-full my-4" />
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />
Expand Down Expand Up @@ -81,7 +81,7 @@ export const Ch2Content = () => {
<li>Gauss elimination and Gauss Jordan elimination.</li>
<li>Gauss Seidel iterative method.</li>
</ul>
<p className="p-text">Diagram: <strong>gauss-methods.png</strong></p>
<img src="/sem1/em1/em1_07.png" alt="Numerical methods diagram" className="w-full my-4" />
</section>

<hr className="my-6 border-[#c7a669] opacity-40" />
Expand Down
Binary file modified public/sem1/em1/em1_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/sem1/em1/em1_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/sem1/em1/em1_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/sem1/em1/em1_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/sem1/em1/em1_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.