Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ae19b022 assn4 #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
25 changes: 25 additions & 0 deletions AE19B022.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\title{AE19B022}
\author{Adhithyan AE19B022}
\date{July 2021}
\begin{document}
\maketitle
\section{My Favourite Physics Equation}
\hspace{6mm}
\begin{equation}
\label{eqn:main_eq}
\Large
f=ma
\end{equation}
\\
this equation may seem simple,but this is the base of physics that we do in every day life \\
\begin{equation}
\label{eqn:sim_eq}
\Large
\frac{\Delta f}{t}=\Delta mv
\end{equation}
\\
The second law states that the rate of change of momentum of an object is directly proportional to the force applied, or, for an object with constant mass, that the net force on an object is equal to the mass of that object multiplied by the acceleration

\end{document}
3 changes: 3 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ \section{Introduction}
% \section{ME20B001}
% \include{me20b001}

\section {AE19B022}
\input {AE19B022}

\end{document}