Kamis, 17 Oktober 2024

Latex Math Symbol And Equation 2 source

  1. type this following latex code in latex editor:
%! TEX TS-program = pdflatex
%! TEX encoding = UTF-8 Unicode
%Typeset/Build program

\documentclass[a4paper,12pt]{article}

\usepackage[utf8]{inputenc}
\usepackage{array}
\usepackage{mathptmx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{charter}

\title{Latex Math Symbol And\\ Equations 2}
\author{Private Course And Tutor Course}
\date{}

\begin{document}

\maketitle

\section{Latex Math Symbol And Equations 2}
\subsection{Basic Latex Mathematics Symbols And Equations 2}
\subsection{Fraction:}

\fontsize{20}{22}\selectfont
Fraction: $\frac{numerator}{denominator}$

\subsection{Using amsmath package:}

Display style fraction: $\dfrac{numerator}{denominator}$ \\

Fraction in parentheses: $\left(\,\frac{numerator}{denominator}\, \right)$ \\

Continue fraction: $\cfrac{numerator}{denominator}$

\subsection{Exponential and Square Root}
Exponent/Powering: $base\_number^{\,exponent\_number}$ \\ \\
Square Root: $\sqrt{number}$ \\
nth Square Root: \\
$\sqrt[index\_number]{radicand\_number^{\,exponent\_number}}$

\subsection{Sigma notation:}
Statistic summation: $\frac{1}{n} \sum_{\,i=1}^{\,n}$

\subsection{Calculus}
Limit: $\lim_{\,a \, \rightarrow \, \infty}f(x)$ \\

Differential: $f^{\,\prime}(x)\frac{\partial y}{\partial x}=\frac{\partial f}{\partial x}$ \\

Integral: $\int_{\,lower\_limit\_of\_integration}^{\,upper\_limit\_of\_integration}f(x)\mathrm{d}x$ \\
\end{document}
  1. Save file as LatexMathSymbolAndEquations2atcl.tex.
  2. Compile the latex source code/Build the latex source code/Run the latex source code, and then you can see the result: 
Latex Math Symbol And Equation 2-1

Latex Math Symbol And Equation 2-2

Notes: 

  • To see the more clear screenshot, click on the picture.



Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts