Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nudetiger committed Oct 19, 2024
1 parent b93cf8c commit d63cbdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
2 changes: 2 additions & 0 deletions header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
\usepackage{listings}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{import}
\usepackage[top=0.75in,bottom=0.25in,left=0.5in,right=0.5in]{geometry}

Expand Down
22 changes: 2 additions & 20 deletions resources/Math/chapter.tex → resources/Math/math.tex
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
\documentclass{article}
\usepackage{graphicx} % Required for inserting images
\usepackage{amsmath}
\usepackage{amsfonts}

\title{ICPC Template Math}
\author{Hoa Le}
\date{October 2024}

\begin{document}

% Written by Anders Sjoqvist and Ulf Lundstrom, 2009
% The main sources are: tinyKACTL, Beta and Wikipedia

\chapter{Mathematics}

\section{Trigonometry}
\begin{align*}
\sin(v+w)&{}=\sin v\cos w+\cos v\sin w\\
Expand Down Expand Up @@ -57,7 +41,7 @@ \subsection{Quadrilaterals}

\subsection{Spherical coordinates}
\begin{center}
\includegraphics[width=25mm]{content/math/sphericalCoordinates}
\includegraphics[width=25mm]{resources/Math/sphericalCoordinates}
\end{center}
\[\begin{array}{cc}
x = r\sin\theta\cos\phi & r = \sqrt{x^2+y^2+z^2}\\
Expand Down Expand Up @@ -192,6 +176,4 @@ \subsection{Stirling numbers of the second kind}
\begin{align*}
\left\{ {n+1 \atop k} \right\} = k \left\{ {n \atop k} \right\} + \left\{ {n \atop k-1} \right\} \\
\left\{ {n \atop k} \right\} = \frac{1}{k!} \sum_{i=0}^{k} (-1)^{k-i} \binom{k}{i} i^n
\end{align*}

\end{document}
\end{align*}

0 comments on commit d63cbdd

Please sign in to comment.