Skip to content

I completed this in my multivariable calculus course, where I compared different 3d surfaces and documented it in LateX & Overleaf!

Notifications You must be signed in to change notification settings

LydiaAlem/Comparing_Surfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Comparing 3D Surfaces

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.

Languages & Software used:

overleaf Logo LaTeX Logo

Getting Started

  1. Go to Overleaf and log in to your account.
  2. Create a new blank project or open an existing project where you want to pull the Applying Stokes repository.
  3. In your Overleaf project, navigate to the left sidebar and click on the "Git" button.
  4. In the Git menu, click on the "Pull from GitHub" option.
  5. Copy the following command to clone the repository:

git clone https://github.com/LydiaAlem/Applying-Stokes-Theorem.git

  1. Open your preferred terminal or command prompt and navigate to the desired directory where you want to save the clone.
  2. Paste the copied command into the terminal and press Enter to execute it. This will clone the Applying Stokes repository to your local machine.
  3. Once the cloning process is complete, go back to Overleaf and click on "Upload Project" in the left sidebar.
  4. Choose the option to upload a ZIP file.
  5. Locate the cloned folder on your local machine and compress it into a ZIP file.
  6. Upload the ZIP file to Overleaf.
  7. Overleaf will extract the contents of the ZIP file and create a project with the Applying Stokes repository.

Developing the 3D Graphs & Images:

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}

Dependencies

Installing

Executing program

  • 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

Images generated from the package:

Screenshot 2023-02-18 at 8 38 50 PM

Screenshot 2023-02-18 at 8 12 38 PM

Screenshot 2023-02-18 at 8 47 31 PM

Screenshot 2023-02-18 at 8 46 32 PM

Screenshot 2023-02-18 at 8 44 50 PM

Version History

  • 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

About

I completed this in my multivariable calculus course, where I compared different 3d surfaces and documented it in LateX & Overleaf!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages