This research project compared the paraboloid and cone 3D shapes, aiming to understand their similarities, differences, and unique characteristics. Detailed contour maps were created using LaTeX and Overleaf to analyze the shapes. The initial step involved a comprehensive contour map on the -xy plane to examine the tangent line at (0,0,0), crucial for further analysis.
- Go to Overleaf and log in to your account.
- Create a new blank project or open an existing project where you want to pull the Applying Stokes repository.
- In your Overleaf project, navigate to the left sidebar and click on the "Git" button.
- In the Git menu, click on the "Pull from GitHub" option.
- Copy the following command to clone the repository:
git clone https://github.com/LydiaAlem/Applying-Stokes-Theorem.git
- Open your preferred terminal or command prompt and navigate to the desired directory where you want to save the clone.
- Paste the copied command into the terminal and press Enter to execute it. This will clone the Applying Stokes repository to your local machine.
- Once the cloning process is complete, go back to Overleaf and click on "Upload Project" in the left sidebar.
- Choose the option to upload a ZIP file.
- Locate the cloned folder on your local machine and compress it into a ZIP file.
- Upload the ZIP file to Overleaf.
- Overleaf will extract the contents of the ZIP file and create a project with the Applying Stokes repository.
When creating the 3D graphs, these were the following packages that were utilized:
\usepackage{pgfplots}
\pgfplotsset{compat=1.16}
\usepackage{graphicx}
\usepackage{pgfplots}
\pgfplotsset{compat=1.17}
\usepackage{amsmath}
- Overleaf provides an amazing feature which allows for writing and compiling code simultaneously Click here for information
- LaTeX installation is needed if you want to create your own graphs. Click here for information
- Begin by including the tikz package in your LaTeX file
\usepackage{tikz}
- Inside of the document{...} body, include the following:
\begin{tikzpicture}
...
\end{tikzpicture}
- Once inside of the tizkpicture, begin by creating the drawing command:
%example #1: drawing a line from one point to another :
\draw (0,0) -- (1,1);
%example #2: filling in a shape:
\filldraw[fill=red] (0,0) -- (1,0) -- (1,1) -- cycle;
More examples from the tizk package can be found here
- Compiled with libpng 1.6.37; using libpng 1.6.37
- Compiled with zlib 1.2.11; using zlib 1.2.11
- Compiled with xpdf version 4.03