Feat/add em1 ch4 diagrams#176
Open
SG170 wants to merge 6 commits into
Open
Conversation
Contributor
|
@SG170 is attempting to deploy a commit to the PushkarScripts Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
Hey @pushkarscripts, I have added the diagrams for chapter 04 in em1 in this given pr, kindly review it. |
Owner
|
There are merge conflicts @SG170 |
Contributor
Author
|
Hey @pushkarscripts, merge conflicts are resolved! Could you please authorize the Vercel deployment? The branch is ready to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds visual diagrams to EM1 Chapter 4 — Laplace Transforms (
/sem1/em1/ch4), which previously had only text content with placeholder comments.Changes made
public/sem1/em1/Diagram:placeholder comments in the chapter file with proper<img>tagsDiagrams added
laplace-transform-idea.svg— Conceptual diagram showing f(t) in the time domain being transformed to F(s) in the s-domain via the Laplace transform, and back via inverse Laplacelaplace-solve-ode.svg— Step-by-step flowchart for solving ODEs using Laplace: Apply L{} → substitute initial conditions → solve algebraically for F(s) → apply inverse L⁻¹{} to get solution y(t)Contribution made as part of GSSoC.