SlideShare a Scribd company logo
1 of 37
Download to read offline
SU
D
D
H
ASH
EEL.CO
M
Recall Symbols AdEqn Greek Letters
Typesetting mathematics with LATEX
Suddhasheel Ghosh
Department of Civil Engineering,
Jawaharlal Nehru Engineering College
Aurangabad, Maharashtra
431003
LATEX for Technical and Scientific Documents
January 12 - 16, 2015
Day II
shudh@JNEC LATEX@ JNEC 1 / 30
Recall Symbols AdEqn Greek Letters
Outline
1 What did we learn about typesetting Math
2 Mathematics Symbology
3 Advanced equations
4 Greek Letters
shudh@JNEC LATEX@ JNEC 2 / 30
Recall Symbols AdEqn Greek Letters
In this workshop:
Day 1: Introduction to LATEX
Day 2: Typesetting Mathematics
Day 3: Writing your thesis / technical report
Day 4: Make your presentations
Day 5: Basics of science communication
shudh@JNEC LATEX@ JNEC 3 / 30
Recall Symbols AdEqn Greek Letters
Outline
1 What did we learn about typesetting Math
2 Mathematics Symbology
3 Advanced equations
4 Greek Letters
shudh@JNEC LATEX@ JNEC 4 / 30
Recall Symbols AdEqn Greek Letters
Playing with mathematics text
Inline and display math
There are two kinds of math used in LATEX.
Inline math (surrounded by $ signs)
Display math (surrounded by square brackets [ and ] or $$
About any point x in a metric space M we define the open ball of
radius r > 0 about x as the set
B(x;r) = {y ∈ M : d(x,y) < r}.
About any point $x$ in a metric space $M$ we define the
open ball of radius $r > 0$ about $x$ as the set
[
B(x;r) = {y in M : d(x,y) < r}.
]
shudh@JNEC LATEX@ JNEC 5 / 30
SU
D
D
H
ASH
EEL.CO
M
Recall Symbols AdEqn Greek Letters
Typesetting equations
Numbered equations
Numbered equations can be typeset by using
begin{equation}
R(x,y) = frac{Ax^3+Bx^2+Cx+D}{Ey^3 + Fy + G}
end{equation}
R(x,y) =
Ax3
+Bx2
+Cx+D
Ey3 +Fy +G
(1)
shudh@JNEC LATEX@ JNEC 6 / 30
Recall Symbols AdEqn Greek Letters
Outline
1 What did we learn about typesetting Math
2 Mathematics Symbology
3 Advanced equations
4 Greek Letters
shudh@JNEC LATEX@ JNEC 7 / 30
Recall Symbols AdEqn Greek Letters
Definition symbols
An example of a Cauchy sequence
A sequence of numbers 〈xi〉n
i=1
, is called a Cauchy sequence, if
∃ > 0, ∀N ∈ N, such that for all m,n ∈ N,
|xm −xn| <
A sequence of numbers $leftlangle x_i
rightrangle_{i=1}^n$,
is called a Cauchy sequence, if $exists,epsilon > 0$,
$forall Ninmathbb{N}$, such that for all
$m,ninmathbb{N}$,
[
leftvert x_m - x_n rightvert < epsilon
]
shudh@JNEC LATEX@ JNEC 8 / 30
Recall Symbols AdEqn Greek Letters
Definition symbols
Continuous function example
We can say that
lim
x→c
f (x) = L
if ∀ε > 0 , ∃δ > 0 such that ∀x ∈ D that satisfy 0 < |x−c| < δ , the
inequality |f (x)−L| < ε holds.
We can say that
[
limlimits_{xrightarrow c} f(x) = L
]
if $forall,varepsilon > 0$ , $exists, delta > 0$
such that $forall xin D$ that satisfy $0 < | x - c | <
delta$ ,
the inequality $|f(x) - L| < varepsilon$ holds.
shudh@JNEC LATEX@ JNEC 9 / 30
Recall Symbols AdEqn Greek Letters
Outline
1 What did we learn about typesetting Math
2 Mathematics Symbology
3 Advanced equations
4 Greek Letters
shudh@JNEC LATEX@ JNEC 10 / 30
Recall Symbols AdEqn Greek Letters
Multiline equations
... and alignment
If h ≤ 1
2 |ζ−z| then
|ζ−z−h| ≥
1
2
|ζ−z|
and hence
1
ζ−z−h
−
1
ζ−z
=
(ζ−z)−(ζ−z−h)
(ζ−z−h)(ζ−z)
=
h
(ζ−z−h)(ζ−z)
≤
2|h|
|ζ−z|2
. (2)
If $h leq frac{1}{2} |zeta - z|$ then
[ |zeta - z - h| geq frac{1}{2}
|zeta - z|]
and hence
begin{eqnarray}
left| frac{1}{zeta - z - h} -
frac{1}{zeta - z} right|
& = & left|
frac{(zeta - z) -
(zeta - z - h)}{(zeta - z - h)(zeta -
z)}
right| nonumber  & = &
left| frac{h}{(zeta - z - h)(zeta -
z)}
right| nonumber 
& leq & frac{2 |h|}{|zeta - z|^2}.
end{eqnarray}
shudh@JNEC LATEX@ JNEC 11 / 30
Recall Symbols AdEqn Greek Letters
Case based definitions
An example of a continuous, nowhere differential function is given
as
f (x) =
0 x is irrational
1 x is rational
An example of a continuous, nowhere differential function
is given as
[
f(x) =
begin{cases}
0 &{x mathrm{ is irrational}} 
1 &{x mathrm{ is rational}}
end{cases}
]
shudh@JNEC LATEX@ JNEC 12 / 30
Recall Symbols AdEqn Greek Letters
Case based definitions
... a more professional one
An example of a continuous, nowhere differential function is given
as
f (x) =
1 x ∈ Q
0 x ∈ R−Q
An example of a continuous, nowhere differential function
is given as
[
f(x) =
begin{cases}
1 &{xinmathbb{Q}} 
0 &{xinmathbb{R}-mathbb{Q}}
end{cases}
]
shudh@JNEC LATEX@ JNEC 13 / 30
Recall Symbols AdEqn Greek Letters
Fractions and binomials
To typeset:
n!
k!(n−k)!
=
n
k
Use
[
frac{n!}{k!(n-k)!} = binom{n}{k}
]
For the computation of a permutation n
Pk, we would use the
following formula:
n
Pk = (n−1)(n−2)...(n−k +1)
Exactly k factors
[
{}^n P_k = underbrace{(n-1)(n-2)
dotsc(n-k+1)}_{mbox{Exactly $k$ factors}}
]
shudh@JNEC LATEX@ JNEC 14 / 30
Recall Symbols AdEqn Greek Letters
What about a continued fraction?
Any idea?
To get,
x = a0 +
1
a1 +
1
a2 +
1
a3 +
1
a4
[
x = a_0 + cfrac{1}{a_1
+ cfrac{1}{a_2
+ cfrac{1}{a_3 + cfrac{1}{a_4} } } }
]
shudh@JNEC LATEX@ JNEC 15 / 30
Recall Symbols AdEqn Greek Letters
What about a continued fraction?
Any idea?
To get,
x = a0 +
1
a1 +
1
a2 +
1
a3 +
1
a4
[
x = a_0 + cfrac{1}{a_1
+ cfrac{1}{a_2
+ cfrac{1}{a_3 + cfrac{1}{a_4} } } }
]
shudh@JNEC LATEX@ JNEC 15 / 30
Recall Symbols AdEqn Greek Letters
Square roots
... and other roots too!
A = 4x3 +3x2 −5x+1
B =
3
4x3 +3x2 −5x+1
[
A = sqrt{4x^3 + 3x^2 - 5x + 1}
]
[
B = sqrt[3]{4x^3 + 3x^2 - 5x + 1}
]
shudh@JNEC LATEX@ JNEC 16 / 30
Recall Symbols AdEqn Greek Letters
Square roots
...use in mathematical expressions
Given a quadratic equation ax2
+bx+c = 0, the roots of the
equation are given by the following formula:
x =
−b± b2 −4ac
2a
Given a quadratic equation $ax^2 + bx + c = 0$, the roots
of the equation are given by the following formula:
[
x = frac{-b pm sqrt{b^2 - 4ac} }{2a}
]
shudh@JNEC LATEX@ JNEC 17 / 30
Recall Symbols AdEqn Greek Letters
Sums and Products
n
i=0
ai = a1 +a2 +a3 +···+an
[
sum_{i=0}^n a_i = a_1 + a_2 + a_3 + dots + a_n
]
n
i=0
ai = a1 ·a2 ·a3 ·····an
[
prod_{i=0}^n a_i = a_1 cdot a_2 cdot a_3
cdot dots cdot a_n
]
shudh@JNEC LATEX@ JNEC 18 / 30
Recall Symbols AdEqn Greek Letters
Integrals and Differentials
∞
0
e−x2
dx =
π
2
[
int_0^infty e^{-x^2} dx=frac{sqrt{pi}}{2}
]
If f (x,y) = x2
+y2
, then:
∂f
∂x
= 2x
If $f(x,y) = x^2 + y^2$, then:
[
frac{partial f}{partial x} = 2x
]
shudh@JNEC LATEX@ JNEC 19 / 30
Recall Symbols AdEqn Greek Letters
Mathematical operators
Integration examples
In the field of integral calculus, it is known that
sinx = −cosx
and
cosx = sinx
In the field of integral calculus, it is known that
[
intsin x = -cos x
]
and
[
intcos x = sin x
]
shudh@JNEC LATEX@ JNEC 20 / 30
Recall Symbols AdEqn Greek Letters
Mathematical operators and notation
Fourier transform
The Fourier transform, for a function f (x), is given as
ˆf (ξ) =
∞
−∞
f (x) e−2πixξ
dx, ∀ξ ∈ R
and the inverse Fourier transform is given as,
f (x) =
∞
−∞
ˆf (ξ) e2πixξ
dξ ∀x ∈ R
The Fourier transform, for a function $f(x)$, is given as
[
hat{f}(xi) = int_{-infty}^{infty} f(x) e^{-2 pi i
x xi}, dx, , qquad forall xiinmathbb{R}
]
and the inverse Fourier transform is given as,
[
f(x) = int_{-infty}^{infty} hat{f}(xi) e^{2 pi i x
xi}, dxi , qquad forall x inmathbb{R}
]
shudh@JNEC LATEX@ JNEC 21 / 30
Recall Symbols AdEqn Greek Letters
Mathematical Operators
Continuity equation ... and vector notation
Mathematically, the integral form of the continuity equation is:
dq
dt
+
S
j·dS = Σ
which in vector notation can also be written as
dq
dt
+
S
j ·dS = Σ
Mathematically, the integral form of the continuity
equation is:
[
frac{d q}{d t} + oiint_Smathbf{j} cdot
dmathbf{S} = Sigma
]
which in vector notation can also be written as
[
frac{d q}{d t} + oiint_Svec{j} cdot dvec{S} =
Sigma
]
shudh@JNEC LATEX@ JNEC 22 / 30
Recall Symbols AdEqn Greek Letters
Mathematical Operators
Continuity equation ... and vector notation
Mathematically, the integral form of the continuity equation is:
dq
dt
+
S
j·dS = Σ
which in vector notation can also be written as
dq
dt
+
S
j ·dS = Σ
Mathematically, the integral form of the continuity
equation is:
[
frac{d q}{d t} + oiint_Smathbf{j} cdot
dmathbf{S} = Sigma
]
which in vector notation can also be written as
[
frac{d q}{d t} + oiint_Svec{j} cdot dvec{S} =
Sigma
]
shudh@JNEC LATEX@ JNEC 22 / 30
Recall Symbols AdEqn Greek Letters
Typesetting Matrices
... and determinants
The determinant of the matrix A, where
A =
1 2 3
4 5 6
7 8 9
is zero.
[
A =
begin{vmatrix}
1 &2 &3 
4 &5 &6 
7 &8 &9
end{vmatrix}
]
shudh@JNEC LATEX@ JNEC 23 / 30
Recall Symbols AdEqn Greek Letters
Typesetting Matrices
... and determinants
The determinant of the matrix A, where
A =
1 2 3
4 5 6
7 8 9
is zero.
[
A =
begin{vmatrix}
1 &2 &3 
4 &5 &6 
7 &8 &9
end{vmatrix}
]
shudh@JNEC LATEX@ JNEC 23 / 30
Recall Symbols AdEqn Greek Letters
Typesetting Matrices
Typically some long ones
The Gaussian Elimination Method can be used to find the solution
of the following system of equations, represented in the matrix
form: 





a11 a12 a13 ... a1n
a21 a22 a23 ... a2n
...
...
...
...
...
an1 an2 an3 ... ann












x1
x2
...
xn






=






b1
b2
...
bn






[
begin{bmatrix}
a_{11} & a_{12} &a_{13} &dots &a_{1n}  a_{21} & a_{22}
&a_{23} &dots &a_{2n} 
vdots &vdots &vdots &ddots &vdots  a_{n1} & a_{n2}
&a_{n3} &dots &a_{nn} 
end{bmatrix}
begin{bmatrix}
x_1  x_2  vdots  x_n
end{bmatrix}
=
begin{bmatrix}
b_1  b_2  vdots b_n
end{bmatrix}
]
shudh@JNEC LATEX@ JNEC 24 / 30
Recall Symbols AdEqn Greek Letters
Typesetting Matrices
Typically some long ones
The Gaussian Elimination Method can be used to find the solution
of the following system of equations, represented in the matrix
form: 





a11 a12 a13 ... a1n
a21 a22 a23 ... a2n
...
...
...
...
...
an1 an2 an3 ... ann












x1
x2
...
xn






=






b1
b2
...
bn






[
begin{bmatrix}
a_{11} & a_{12} &a_{13} &dots &a_{1n}  a_{21} & a_{22}
&a_{23} &dots &a_{2n} 
vdots &vdots &vdots &ddots &vdots  a_{n1} & a_{n2}
&a_{n3} &dots &a_{nn} 
end{bmatrix}
begin{bmatrix}
x_1  x_2  vdots  x_n
end{bmatrix}
=
begin{bmatrix}
b_1  b_2  vdots b_n
end{bmatrix}
]
shudh@JNEC LATEX@ JNEC 24 / 30
Recall Symbols AdEqn Greek Letters
Array based typesetting of equations
Least squares example
The least squares method is used to find the solution of a system of
n equations, with m variables where m > n. The system of
equations is given as follows:
a11x1 +a12x2 +... +a1mxm = b1
a21x1 +a22x2 +... +a2mxm = b2
... ... ... ... ... ...
an1x1 +an2x2 +... +anmxm = bm
(3)
The least squares method is used to find the solution of
a system of $n$ equations, with $m$ variables where
$m > n$. The system of equations is given as follows:
begin{equation}
begin{array}{llllll}
a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 
a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 
dots &dots &dots &dots &dots &dots 
a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m 
end{array}
end{equation}
shudh@JNEC LATEX@ JNEC 25 / 30
Recall Symbols AdEqn Greek Letters
Array based typesetting of equations
Least squares example
The least squares method is used to find the solution of a system of
n equations, with m variables where m > n. The system of
equations is given as follows:
a11x1 +a12x2 +... +a1mxm = b1
a21x1 +a22x2 +... +a2mxm = b2
... ... ... ... ... ...
an1x1 +an2x2 +... +anmxm = bm
(3)
The least squares method is used to find the solution of
a system of $n$ equations, with $m$ variables where
$m > n$. The system of equations is given as follows:
begin{equation}
begin{array}{llllll}
a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 
a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 
dots &dots &dots &dots &dots &dots 
a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m 
end{array}
end{equation}
shudh@JNEC LATEX@ JNEC 25 / 30
Recall Symbols AdEqn Greek Letters
Array based typesetting of equations
Least squares example ... with a twist
The least squares method is used to find the solution of a system of
n equations, with m variables where m > n. The system of
equations is given as follows:
Solve



a11x1 +a12x2 +... +a1mxm = b1
a21x1 +a22x2 +... +a2mxm = b2
... ... ... ... ... ...
an1x1 +an2x2 +... +anmxm = bm
(4)
The least squares method is used to find the solution of
a system of $n$ equations, with $m$ variables where
$m > n$. The system of equations is given as follows:
begin{equation}
rotatebox{90}{Solve} left{ begin{array}{llllll}
a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 
a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 
dots &dots &dots &dots &dots &dots 
a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m 
end{array}
right.
end{equation}
shudh@JNEC LATEX@ JNEC 26 / 30
Recall Symbols AdEqn Greek Letters
Array based typesetting of equations
Least squares example ... with a twist
The least squares method is used to find the solution of a system of
n equations, with m variables where m > n. The system of
equations is given as follows:
Solve



a11x1 +a12x2 +... +a1mxm = b1
a21x1 +a22x2 +... +a2mxm = b2
... ... ... ... ... ...
an1x1 +an2x2 +... +anmxm = bm
(4)
The least squares method is used to find the solution of
a system of $n$ equations, with $m$ variables where
$m > n$. The system of equations is given as follows:
begin{equation}
rotatebox{90}{Solve} left{ begin{array}{llllll}
a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 
a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 
dots &dots &dots &dots &dots &dots 
a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m 
end{array}
right.
end{equation}
shudh@JNEC LATEX@ JNEC 26 / 30
Recall Symbols AdEqn Greek Letters
Outline
1 What did we learn about typesetting Math
2 Mathematics Symbology
3 Advanced equations
4 Greek Letters
shudh@JNEC LATEX@ JNEC 27 / 30
SU
D
D
H
ASH
EEL.CO
M
Recall Symbols AdEqn Greek Letters
Greek letters
The small greek letters are
α,β,γ,δ, ,ε,ζ,η,θ,ϑ,κ, ,λ,µ,ν,ξ,π, ,ρ, ,σ,ς,τ,υ,φ,ϕ,χ,ψ,ω,
and the capital greek letters are given as
A,B,Γ,∆,E,Z,H,Θ,K,Λ,M,N,Ξ,Π,P,Σ,T,Υ,Φ,X,Ψ,Ω
The small greek letters are $alpha, beta, gamma,
delta, epsilon, varepsilon, zeta, eta, theta,
vartheta, kappa, varkappa, lambda, mu, nu, xi,
pi, varpi, rho, varrho, sigma, varsigma, tau,
upsilon, phi, varphi, chi, psi, omega$, and
the capital greek letters are given as $ A, B, Gamma,
Delta, E, Z, H, Theta, K, Lambda, M, N, Xi, Pi, P,
Sigma, T, Upsilon, Phi, X, Psi, Omega $
shudh@JNEC LATEX@ JNEC 28 / 30
Recall Symbols AdEqn Greek Letters
Example with greek letters
... and something more
If Z1,...,Zk are independent, standard normal
random variables, then the sum of their squares,
Q =
k
i=1
Z2
i ,
is distributed according to the ξ2
distribution
with k degrees of freedom. This is usually
denoted as
Q ∼ χ2
(k) or Q ∼ χ2
k.
The chi-squared distribution has one
parameter: k – a positive integer that specifies
the number of degrees of freedom (i.e. the
number of Zi’s)
If $Z_1, dots, Z_k$ are independent,
standard normal random variables,
then the sum of their squares,
[
Q = sum_{i=1}^k Z_i^2 ,
]
is distributed according to the $xi^2$
distribution with $k$ degrees of freedom.
This is usually denoted as
[
Q sim chi^2(k)  text{or}  Q
sim chi^2_k .
]
The chi-squared distribution has one
parameter: $k$ -- a positive integer that
specifies the number of degrees
of freedom (i.e. the number of $Z_i$’s)
shudh@JNEC LATEX@ JNEC 29 / 30
Recall Symbols AdEqn Greek Letters
Example with greek letters
... and something more
If Z1,...,Zk are independent, standard normal
random variables, then the sum of their squares,
Q =
k
i=1
Z2
i ,
is distributed according to the ξ2
distribution
with k degrees of freedom. This is usually
denoted as
Q ∼ χ2
(k) or Q ∼ χ2
k.
The chi-squared distribution has one
parameter: k – a positive integer that specifies
the number of degrees of freedom (i.e. the
number of Zi’s)
If $Z_1, dots, Z_k$ are independent,
standard normal random variables,
then the sum of their squares,
[
Q = sum_{i=1}^k Z_i^2 ,
]
is distributed according to the $xi^2$
distribution with $k$ degrees of freedom.
This is usually denoted as
[
Q sim chi^2(k)  text{or}  Q
sim chi^2_k .
]
The chi-squared distribution has one
parameter: $k$ -- a positive integer that
specifies the number of degrees
of freedom (i.e. the number of $Z_i$’s)
shudh@JNEC LATEX@ JNEC 29 / 30
Recall Symbols AdEqn Greek Letters
In the upcoming sessions
Typing a thesis / report / dissertation
Table of contents / figure / tables
Managing Bibliography
Cross referencing
Paper referencing
Style files for theses and bibliography
shudh@JNEC LATEX@ JNEC 30 / 30

More Related Content

What's hot

Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler methodSohaib Butt
 
Determinants
DeterminantsDeterminants
DeterminantsRivan001
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve Mukuldev Khunte
 
Matrices in computer applications
Matrices in computer applicationsMatrices in computer applications
Matrices in computer applicationsRayyan777
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsoscar
 
What is analytic functions
What is analytic functionsWhat is analytic functions
What is analytic functionsTarun Gehlot
 
Solving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsSolving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsDr. Maamoun Ahmed
 
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES   PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES Mazharul Islam
 
Unit 1: Topological spaces (its definition and definition of open sets)
Unit 1:  Topological spaces (its definition and definition of open sets)Unit 1:  Topological spaces (its definition and definition of open sets)
Unit 1: Topological spaces (its definition and definition of open sets)nasserfuzt
 
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential EquationsDifferential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential Equationsbullardcr
 
Graph Theory: Matrix representation of graphs
Graph Theory: Matrix representation of graphsGraph Theory: Matrix representation of graphs
Graph Theory: Matrix representation of graphsAshikur Rahman
 

What's hot (20)

Regular expressions
Regular expressionsRegular expressions
Regular expressions
 
Beta gamma functions
Beta gamma functionsBeta gamma functions
Beta gamma functions
 
Green function
Green functionGreen function
Green function
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
 
Determinants
DeterminantsDeterminants
Determinants
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
 
Matrices in computer applications
Matrices in computer applicationsMatrices in computer applications
Matrices in computer applications
 
Introduction of Partial Differential Equations
Introduction of Partial Differential EquationsIntroduction of Partial Differential Equations
Introduction of Partial Differential Equations
 
Determinants
DeterminantsDeterminants
Determinants
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
What is analytic functions
What is analytic functionsWhat is analytic functions
What is analytic functions
 
Solving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsSolving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relations
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES   PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
 
Unit 1: Topological spaces (its definition and definition of open sets)
Unit 1:  Topological spaces (its definition and definition of open sets)Unit 1:  Topological spaces (its definition and definition of open sets)
Unit 1: Topological spaces (its definition and definition of open sets)
 
topology definitions
 topology definitions topology definitions
topology definitions
 
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential EquationsDifferential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
 
Graph Theory: Matrix representation of graphs
Graph Theory: Matrix representation of graphsGraph Theory: Matrix representation of graphs
Graph Theory: Matrix representation of graphs
 
Set Theory and its Applications
Set Theory and its ApplicationsSet Theory and its Applications
Set Theory and its Applications
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 

Viewers also liked

Making presentations with LaTeX: Workshop Day 4
Making presentations with LaTeX: Workshop Day 4Making presentations with LaTeX: Workshop Day 4
Making presentations with LaTeX: Workshop Day 4Suddhasheel GHOSH, PhD
 
Typesetting Theses / Reports with LaTeX : Workshop Day 3
Typesetting Theses / Reports with LaTeX : Workshop Day 3Typesetting Theses / Reports with LaTeX : Workshop Day 3
Typesetting Theses / Reports with LaTeX : Workshop Day 3Suddhasheel GHOSH, PhD
 
Introduction to LaTeX - Workshop Day 1
Introduction to LaTeX - Workshop Day 1Introduction to LaTeX - Workshop Day 1
Introduction to LaTeX - Workshop Day 1Suddhasheel GHOSH, PhD
 
The LaTeX Workshop: Document design in LaTeX: Invocation
The LaTeX Workshop: Document design in LaTeX: InvocationThe LaTeX Workshop: Document design in LaTeX: Invocation
The LaTeX Workshop: Document design in LaTeX: InvocationSuddhasheel GHOSH, PhD
 
Point Collocation Method used in the solving of Differential Equations, parti...
Point Collocation Method used in the solving of Differential Equations, parti...Point Collocation Method used in the solving of Differential Equations, parti...
Point Collocation Method used in the solving of Differential Equations, parti...Suddhasheel GHOSH, PhD
 
How to Create a Slideshare Account
How to Create a Slideshare AccountHow to Create a Slideshare Account
How to Create a Slideshare AccountAna Villarmente
 
Design of FIR filters
Design of FIR filtersDesign of FIR filters
Design of FIR filtersop205
 

Viewers also liked (8)

45324291 a-good-ph d-student
45324291 a-good-ph d-student45324291 a-good-ph d-student
45324291 a-good-ph d-student
 
Making presentations with LaTeX: Workshop Day 4
Making presentations with LaTeX: Workshop Day 4Making presentations with LaTeX: Workshop Day 4
Making presentations with LaTeX: Workshop Day 4
 
Typesetting Theses / Reports with LaTeX : Workshop Day 3
Typesetting Theses / Reports with LaTeX : Workshop Day 3Typesetting Theses / Reports with LaTeX : Workshop Day 3
Typesetting Theses / Reports with LaTeX : Workshop Day 3
 
Introduction to LaTeX - Workshop Day 1
Introduction to LaTeX - Workshop Day 1Introduction to LaTeX - Workshop Day 1
Introduction to LaTeX - Workshop Day 1
 
The LaTeX Workshop: Document design in LaTeX: Invocation
The LaTeX Workshop: Document design in LaTeX: InvocationThe LaTeX Workshop: Document design in LaTeX: Invocation
The LaTeX Workshop: Document design in LaTeX: Invocation
 
Point Collocation Method used in the solving of Differential Equations, parti...
Point Collocation Method used in the solving of Differential Equations, parti...Point Collocation Method used in the solving of Differential Equations, parti...
Point Collocation Method used in the solving of Differential Equations, parti...
 
How to Create a Slideshare Account
How to Create a Slideshare AccountHow to Create a Slideshare Account
How to Create a Slideshare Account
 
Design of FIR filters
Design of FIR filtersDesign of FIR filters
Design of FIR filters
 

Similar to Typesetting Mathematics with LaTeX - Day 2

Complex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptxComplex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptxjyotidighole2
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltasjesquerrev1
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsnarayana dash
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfHebaEng
 
Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Rai University
 
5.1 Quadratic Functions
5.1 Quadratic Functions5.1 Quadratic Functions
5.1 Quadratic Functionssmiller5
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltasjesquerrev1
 
100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofe100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofeJavier Rangel
 
POTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptx
POTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptxPOTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptx
POTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptxTejedaGarcaAngelBala
 
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
ملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقيملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقي
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقيanasKhalaf4
 
graphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptxgraphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptxMeryAnnMAlday
 
Lesson 11: Functions and Function Notation
Lesson 11: Functions and Function NotationLesson 11: Functions and Function Notation
Lesson 11: Functions and Function NotationKevin Johnson
 

Similar to Typesetting Mathematics with LaTeX - Day 2 (20)

Mathematics
MathematicsMathematics
Mathematics
 
Mathematics
MathematicsMathematics
Mathematics
 
Complex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptxComplex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptx
 
PRODUCT RULES
PRODUCT RULESPRODUCT RULES
PRODUCT RULES
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltas
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functions
 
01 FUNCTIONS.pptx
01 FUNCTIONS.pptx01 FUNCTIONS.pptx
01 FUNCTIONS.pptx
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdf
 
maths 12th.pdf
maths 12th.pdfmaths 12th.pdf
maths 12th.pdf
 
MATRICES-MATHED204.pptx
MATRICES-MATHED204.pptxMATRICES-MATHED204.pptx
MATRICES-MATHED204.pptx
 
Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4
 
5.1 Quadratic Functions
5.1 Quadratic Functions5.1 Quadratic Functions
5.1 Quadratic Functions
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltas
 
100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofe100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofe
 
final19
final19final19
final19
 
POTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptx
POTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptxPOTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptx
POTENCIAS Y RAÍCES DE NÚMEROS COMPLEJOS-LAPTOP-3AN2F8N2.pptx
 
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
ملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقيملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقي
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
 
graphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptxgraphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptx
 
Chap11 scr
Chap11 scrChap11 scr
Chap11 scr
 
Lesson 11: Functions and Function Notation
Lesson 11: Functions and Function NotationLesson 11: Functions and Function Notation
Lesson 11: Functions and Function Notation
 

More from Suddhasheel GHOSH, PhD

FEM Introduction: Solving ODE-BVP using the Galerkin's Method
FEM Introduction: Solving ODE-BVP using the Galerkin's MethodFEM Introduction: Solving ODE-BVP using the Galerkin's Method
FEM Introduction: Solving ODE-BVP using the Galerkin's MethodSuddhasheel GHOSH, PhD
 
Solve ODE - BVP through the Least Squares Method
Solve ODE - BVP through the Least Squares MethodSolve ODE - BVP through the Least Squares Method
Solve ODE - BVP through the Least Squares MethodSuddhasheel GHOSH, PhD
 
Research Prospects with Geoinformatics
Research Prospects with GeoinformaticsResearch Prospects with Geoinformatics
Research Prospects with GeoinformaticsSuddhasheel GHOSH, PhD
 
Expert Lecture on GPS at UIET, CSJM, Kanpur
Expert Lecture on GPS at UIET, CSJM, KanpurExpert Lecture on GPS at UIET, CSJM, Kanpur
Expert Lecture on GPS at UIET, CSJM, KanpurSuddhasheel GHOSH, PhD
 

More from Suddhasheel GHOSH, PhD (7)

FEM Introduction: Solving ODE-BVP using the Galerkin's Method
FEM Introduction: Solving ODE-BVP using the Galerkin's MethodFEM Introduction: Solving ODE-BVP using the Galerkin's Method
FEM Introduction: Solving ODE-BVP using the Galerkin's Method
 
Solve ODE - BVP through the Least Squares Method
Solve ODE - BVP through the Least Squares MethodSolve ODE - BVP through the Least Squares Method
Solve ODE - BVP through the Least Squares Method
 
Map Calculaton using GRASS
Map Calculaton using GRASSMap Calculaton using GRASS
Map Calculaton using GRASS
 
Watershed Analysis with GRASS
Watershed Analysis with GRASSWatershed Analysis with GRASS
Watershed Analysis with GRASS
 
Research Prospects with Geoinformatics
Research Prospects with GeoinformaticsResearch Prospects with Geoinformatics
Research Prospects with Geoinformatics
 
Prepare your literature review
Prepare your literature reviewPrepare your literature review
Prepare your literature review
 
Expert Lecture on GPS at UIET, CSJM, Kanpur
Expert Lecture on GPS at UIET, CSJM, KanpurExpert Lecture on GPS at UIET, CSJM, Kanpur
Expert Lecture on GPS at UIET, CSJM, Kanpur
 

Recently uploaded

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 

Recently uploaded (20)

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 

Typesetting Mathematics with LaTeX - Day 2

  • 1. SU D D H ASH EEL.CO M Recall Symbols AdEqn Greek Letters Typesetting mathematics with LATEX Suddhasheel Ghosh Department of Civil Engineering, Jawaharlal Nehru Engineering College Aurangabad, Maharashtra 431003 LATEX for Technical and Scientific Documents January 12 - 16, 2015 Day II shudh@JNEC LATEX@ JNEC 1 / 30
  • 2. Recall Symbols AdEqn Greek Letters Outline 1 What did we learn about typesetting Math 2 Mathematics Symbology 3 Advanced equations 4 Greek Letters shudh@JNEC LATEX@ JNEC 2 / 30
  • 3. Recall Symbols AdEqn Greek Letters In this workshop: Day 1: Introduction to LATEX Day 2: Typesetting Mathematics Day 3: Writing your thesis / technical report Day 4: Make your presentations Day 5: Basics of science communication shudh@JNEC LATEX@ JNEC 3 / 30
  • 4. Recall Symbols AdEqn Greek Letters Outline 1 What did we learn about typesetting Math 2 Mathematics Symbology 3 Advanced equations 4 Greek Letters shudh@JNEC LATEX@ JNEC 4 / 30
  • 5. Recall Symbols AdEqn Greek Letters Playing with mathematics text Inline and display math There are two kinds of math used in LATEX. Inline math (surrounded by $ signs) Display math (surrounded by square brackets [ and ] or $$ About any point x in a metric space M we define the open ball of radius r > 0 about x as the set B(x;r) = {y ∈ M : d(x,y) < r}. About any point $x$ in a metric space $M$ we define the open ball of radius $r > 0$ about $x$ as the set [ B(x;r) = {y in M : d(x,y) < r}. ] shudh@JNEC LATEX@ JNEC 5 / 30
  • 6. SU D D H ASH EEL.CO M Recall Symbols AdEqn Greek Letters Typesetting equations Numbered equations Numbered equations can be typeset by using begin{equation} R(x,y) = frac{Ax^3+Bx^2+Cx+D}{Ey^3 + Fy + G} end{equation} R(x,y) = Ax3 +Bx2 +Cx+D Ey3 +Fy +G (1) shudh@JNEC LATEX@ JNEC 6 / 30
  • 7. Recall Symbols AdEqn Greek Letters Outline 1 What did we learn about typesetting Math 2 Mathematics Symbology 3 Advanced equations 4 Greek Letters shudh@JNEC LATEX@ JNEC 7 / 30
  • 8. Recall Symbols AdEqn Greek Letters Definition symbols An example of a Cauchy sequence A sequence of numbers 〈xi〉n i=1 , is called a Cauchy sequence, if ∃ > 0, ∀N ∈ N, such that for all m,n ∈ N, |xm −xn| < A sequence of numbers $leftlangle x_i rightrangle_{i=1}^n$, is called a Cauchy sequence, if $exists,epsilon > 0$, $forall Ninmathbb{N}$, such that for all $m,ninmathbb{N}$, [ leftvert x_m - x_n rightvert < epsilon ] shudh@JNEC LATEX@ JNEC 8 / 30
  • 9. Recall Symbols AdEqn Greek Letters Definition symbols Continuous function example We can say that lim x→c f (x) = L if ∀ε > 0 , ∃δ > 0 such that ∀x ∈ D that satisfy 0 < |x−c| < δ , the inequality |f (x)−L| < ε holds. We can say that [ limlimits_{xrightarrow c} f(x) = L ] if $forall,varepsilon > 0$ , $exists, delta > 0$ such that $forall xin D$ that satisfy $0 < | x - c | < delta$ , the inequality $|f(x) - L| < varepsilon$ holds. shudh@JNEC LATEX@ JNEC 9 / 30
  • 10. Recall Symbols AdEqn Greek Letters Outline 1 What did we learn about typesetting Math 2 Mathematics Symbology 3 Advanced equations 4 Greek Letters shudh@JNEC LATEX@ JNEC 10 / 30
  • 11. Recall Symbols AdEqn Greek Letters Multiline equations ... and alignment If h ≤ 1 2 |ζ−z| then |ζ−z−h| ≥ 1 2 |ζ−z| and hence 1 ζ−z−h − 1 ζ−z = (ζ−z)−(ζ−z−h) (ζ−z−h)(ζ−z) = h (ζ−z−h)(ζ−z) ≤ 2|h| |ζ−z|2 . (2) If $h leq frac{1}{2} |zeta - z|$ then [ |zeta - z - h| geq frac{1}{2} |zeta - z|] and hence begin{eqnarray} left| frac{1}{zeta - z - h} - frac{1}{zeta - z} right| & = & left| frac{(zeta - z) - (zeta - z - h)}{(zeta - z - h)(zeta - z)} right| nonumber & = & left| frac{h}{(zeta - z - h)(zeta - z)} right| nonumber & leq & frac{2 |h|}{|zeta - z|^2}. end{eqnarray} shudh@JNEC LATEX@ JNEC 11 / 30
  • 12. Recall Symbols AdEqn Greek Letters Case based definitions An example of a continuous, nowhere differential function is given as f (x) = 0 x is irrational 1 x is rational An example of a continuous, nowhere differential function is given as [ f(x) = begin{cases} 0 &{x mathrm{ is irrational}} 1 &{x mathrm{ is rational}} end{cases} ] shudh@JNEC LATEX@ JNEC 12 / 30
  • 13. Recall Symbols AdEqn Greek Letters Case based definitions ... a more professional one An example of a continuous, nowhere differential function is given as f (x) = 1 x ∈ Q 0 x ∈ R−Q An example of a continuous, nowhere differential function is given as [ f(x) = begin{cases} 1 &{xinmathbb{Q}} 0 &{xinmathbb{R}-mathbb{Q}} end{cases} ] shudh@JNEC LATEX@ JNEC 13 / 30
  • 14. Recall Symbols AdEqn Greek Letters Fractions and binomials To typeset: n! k!(n−k)! = n k Use [ frac{n!}{k!(n-k)!} = binom{n}{k} ] For the computation of a permutation n Pk, we would use the following formula: n Pk = (n−1)(n−2)...(n−k +1) Exactly k factors [ {}^n P_k = underbrace{(n-1)(n-2) dotsc(n-k+1)}_{mbox{Exactly $k$ factors}} ] shudh@JNEC LATEX@ JNEC 14 / 30
  • 15. Recall Symbols AdEqn Greek Letters What about a continued fraction? Any idea? To get, x = a0 + 1 a1 + 1 a2 + 1 a3 + 1 a4 [ x = a_0 + cfrac{1}{a_1 + cfrac{1}{a_2 + cfrac{1}{a_3 + cfrac{1}{a_4} } } } ] shudh@JNEC LATEX@ JNEC 15 / 30
  • 16. Recall Symbols AdEqn Greek Letters What about a continued fraction? Any idea? To get, x = a0 + 1 a1 + 1 a2 + 1 a3 + 1 a4 [ x = a_0 + cfrac{1}{a_1 + cfrac{1}{a_2 + cfrac{1}{a_3 + cfrac{1}{a_4} } } } ] shudh@JNEC LATEX@ JNEC 15 / 30
  • 17. Recall Symbols AdEqn Greek Letters Square roots ... and other roots too! A = 4x3 +3x2 −5x+1 B = 3 4x3 +3x2 −5x+1 [ A = sqrt{4x^3 + 3x^2 - 5x + 1} ] [ B = sqrt[3]{4x^3 + 3x^2 - 5x + 1} ] shudh@JNEC LATEX@ JNEC 16 / 30
  • 18. Recall Symbols AdEqn Greek Letters Square roots ...use in mathematical expressions Given a quadratic equation ax2 +bx+c = 0, the roots of the equation are given by the following formula: x = −b± b2 −4ac 2a Given a quadratic equation $ax^2 + bx + c = 0$, the roots of the equation are given by the following formula: [ x = frac{-b pm sqrt{b^2 - 4ac} }{2a} ] shudh@JNEC LATEX@ JNEC 17 / 30
  • 19. Recall Symbols AdEqn Greek Letters Sums and Products n i=0 ai = a1 +a2 +a3 +···+an [ sum_{i=0}^n a_i = a_1 + a_2 + a_3 + dots + a_n ] n i=0 ai = a1 ·a2 ·a3 ·····an [ prod_{i=0}^n a_i = a_1 cdot a_2 cdot a_3 cdot dots cdot a_n ] shudh@JNEC LATEX@ JNEC 18 / 30
  • 20. Recall Symbols AdEqn Greek Letters Integrals and Differentials ∞ 0 e−x2 dx = π 2 [ int_0^infty e^{-x^2} dx=frac{sqrt{pi}}{2} ] If f (x,y) = x2 +y2 , then: ∂f ∂x = 2x If $f(x,y) = x^2 + y^2$, then: [ frac{partial f}{partial x} = 2x ] shudh@JNEC LATEX@ JNEC 19 / 30
  • 21. Recall Symbols AdEqn Greek Letters Mathematical operators Integration examples In the field of integral calculus, it is known that sinx = −cosx and cosx = sinx In the field of integral calculus, it is known that [ intsin x = -cos x ] and [ intcos x = sin x ] shudh@JNEC LATEX@ JNEC 20 / 30
  • 22. Recall Symbols AdEqn Greek Letters Mathematical operators and notation Fourier transform The Fourier transform, for a function f (x), is given as ˆf (ξ) = ∞ −∞ f (x) e−2πixξ dx, ∀ξ ∈ R and the inverse Fourier transform is given as, f (x) = ∞ −∞ ˆf (ξ) e2πixξ dξ ∀x ∈ R The Fourier transform, for a function $f(x)$, is given as [ hat{f}(xi) = int_{-infty}^{infty} f(x) e^{-2 pi i x xi}, dx, , qquad forall xiinmathbb{R} ] and the inverse Fourier transform is given as, [ f(x) = int_{-infty}^{infty} hat{f}(xi) e^{2 pi i x xi}, dxi , qquad forall x inmathbb{R} ] shudh@JNEC LATEX@ JNEC 21 / 30
  • 23. Recall Symbols AdEqn Greek Letters Mathematical Operators Continuity equation ... and vector notation Mathematically, the integral form of the continuity equation is: dq dt + S j·dS = Σ which in vector notation can also be written as dq dt + S j ·dS = Σ Mathematically, the integral form of the continuity equation is: [ frac{d q}{d t} + oiint_Smathbf{j} cdot dmathbf{S} = Sigma ] which in vector notation can also be written as [ frac{d q}{d t} + oiint_Svec{j} cdot dvec{S} = Sigma ] shudh@JNEC LATEX@ JNEC 22 / 30
  • 24. Recall Symbols AdEqn Greek Letters Mathematical Operators Continuity equation ... and vector notation Mathematically, the integral form of the continuity equation is: dq dt + S j·dS = Σ which in vector notation can also be written as dq dt + S j ·dS = Σ Mathematically, the integral form of the continuity equation is: [ frac{d q}{d t} + oiint_Smathbf{j} cdot dmathbf{S} = Sigma ] which in vector notation can also be written as [ frac{d q}{d t} + oiint_Svec{j} cdot dvec{S} = Sigma ] shudh@JNEC LATEX@ JNEC 22 / 30
  • 25. Recall Symbols AdEqn Greek Letters Typesetting Matrices ... and determinants The determinant of the matrix A, where A = 1 2 3 4 5 6 7 8 9 is zero. [ A = begin{vmatrix} 1 &2 &3 4 &5 &6 7 &8 &9 end{vmatrix} ] shudh@JNEC LATEX@ JNEC 23 / 30
  • 26. Recall Symbols AdEqn Greek Letters Typesetting Matrices ... and determinants The determinant of the matrix A, where A = 1 2 3 4 5 6 7 8 9 is zero. [ A = begin{vmatrix} 1 &2 &3 4 &5 &6 7 &8 &9 end{vmatrix} ] shudh@JNEC LATEX@ JNEC 23 / 30
  • 27. Recall Symbols AdEqn Greek Letters Typesetting Matrices Typically some long ones The Gaussian Elimination Method can be used to find the solution of the following system of equations, represented in the matrix form:       a11 a12 a13 ... a1n a21 a22 a23 ... a2n ... ... ... ... ... an1 an2 an3 ... ann             x1 x2 ... xn       =       b1 b2 ... bn       [ begin{bmatrix} a_{11} & a_{12} &a_{13} &dots &a_{1n} a_{21} & a_{22} &a_{23} &dots &a_{2n} vdots &vdots &vdots &ddots &vdots a_{n1} & a_{n2} &a_{n3} &dots &a_{nn} end{bmatrix} begin{bmatrix} x_1 x_2 vdots x_n end{bmatrix} = begin{bmatrix} b_1 b_2 vdots b_n end{bmatrix} ] shudh@JNEC LATEX@ JNEC 24 / 30
  • 28. Recall Symbols AdEqn Greek Letters Typesetting Matrices Typically some long ones The Gaussian Elimination Method can be used to find the solution of the following system of equations, represented in the matrix form:       a11 a12 a13 ... a1n a21 a22 a23 ... a2n ... ... ... ... ... an1 an2 an3 ... ann             x1 x2 ... xn       =       b1 b2 ... bn       [ begin{bmatrix} a_{11} & a_{12} &a_{13} &dots &a_{1n} a_{21} & a_{22} &a_{23} &dots &a_{2n} vdots &vdots &vdots &ddots &vdots a_{n1} & a_{n2} &a_{n3} &dots &a_{nn} end{bmatrix} begin{bmatrix} x_1 x_2 vdots x_n end{bmatrix} = begin{bmatrix} b_1 b_2 vdots b_n end{bmatrix} ] shudh@JNEC LATEX@ JNEC 24 / 30
  • 29. Recall Symbols AdEqn Greek Letters Array based typesetting of equations Least squares example The least squares method is used to find the solution of a system of n equations, with m variables where m > n. The system of equations is given as follows: a11x1 +a12x2 +... +a1mxm = b1 a21x1 +a22x2 +... +a2mxm = b2 ... ... ... ... ... ... an1x1 +an2x2 +... +anmxm = bm (3) The least squares method is used to find the solution of a system of $n$ equations, with $m$ variables where $m > n$. The system of equations is given as follows: begin{equation} begin{array}{llllll} a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 dots &dots &dots &dots &dots &dots a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m end{array} end{equation} shudh@JNEC LATEX@ JNEC 25 / 30
  • 30. Recall Symbols AdEqn Greek Letters Array based typesetting of equations Least squares example The least squares method is used to find the solution of a system of n equations, with m variables where m > n. The system of equations is given as follows: a11x1 +a12x2 +... +a1mxm = b1 a21x1 +a22x2 +... +a2mxm = b2 ... ... ... ... ... ... an1x1 +an2x2 +... +anmxm = bm (3) The least squares method is used to find the solution of a system of $n$ equations, with $m$ variables where $m > n$. The system of equations is given as follows: begin{equation} begin{array}{llllll} a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 dots &dots &dots &dots &dots &dots a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m end{array} end{equation} shudh@JNEC LATEX@ JNEC 25 / 30
  • 31. Recall Symbols AdEqn Greek Letters Array based typesetting of equations Least squares example ... with a twist The least squares method is used to find the solution of a system of n equations, with m variables where m > n. The system of equations is given as follows: Solve    a11x1 +a12x2 +... +a1mxm = b1 a21x1 +a22x2 +... +a2mxm = b2 ... ... ... ... ... ... an1x1 +an2x2 +... +anmxm = bm (4) The least squares method is used to find the solution of a system of $n$ equations, with $m$ variables where $m > n$. The system of equations is given as follows: begin{equation} rotatebox{90}{Solve} left{ begin{array}{llllll} a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 dots &dots &dots &dots &dots &dots a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m end{array} right. end{equation} shudh@JNEC LATEX@ JNEC 26 / 30
  • 32. Recall Symbols AdEqn Greek Letters Array based typesetting of equations Least squares example ... with a twist The least squares method is used to find the solution of a system of n equations, with m variables where m > n. The system of equations is given as follows: Solve    a11x1 +a12x2 +... +a1mxm = b1 a21x1 +a22x2 +... +a2mxm = b2 ... ... ... ... ... ... an1x1 +an2x2 +... +anmxm = bm (4) The least squares method is used to find the solution of a system of $n$ equations, with $m$ variables where $m > n$. The system of equations is given as follows: begin{equation} rotatebox{90}{Solve} left{ begin{array}{llllll} a_{11} x_1 &+a_{12} x_2 &+dotsc &+a_{1m} x_m &= &b_1 a_{21} x_1 &+a_{22} x_2 &+dotsc &+a_{2m} x_m &= &b_2 dots &dots &dots &dots &dots &dots a_{n1} x_1 &+a_{n2} x_2 &+dotsc &+a_{nm} x_m &= &b_m end{array} right. end{equation} shudh@JNEC LATEX@ JNEC 26 / 30
  • 33. Recall Symbols AdEqn Greek Letters Outline 1 What did we learn about typesetting Math 2 Mathematics Symbology 3 Advanced equations 4 Greek Letters shudh@JNEC LATEX@ JNEC 27 / 30
  • 34. SU D D H ASH EEL.CO M Recall Symbols AdEqn Greek Letters Greek letters The small greek letters are α,β,γ,δ, ,ε,ζ,η,θ,ϑ,κ, ,λ,µ,ν,ξ,π, ,ρ, ,σ,ς,τ,υ,φ,ϕ,χ,ψ,ω, and the capital greek letters are given as A,B,Γ,∆,E,Z,H,Θ,K,Λ,M,N,Ξ,Π,P,Σ,T,Υ,Φ,X,Ψ,Ω The small greek letters are $alpha, beta, gamma, delta, epsilon, varepsilon, zeta, eta, theta, vartheta, kappa, varkappa, lambda, mu, nu, xi, pi, varpi, rho, varrho, sigma, varsigma, tau, upsilon, phi, varphi, chi, psi, omega$, and the capital greek letters are given as $ A, B, Gamma, Delta, E, Z, H, Theta, K, Lambda, M, N, Xi, Pi, P, Sigma, T, Upsilon, Phi, X, Psi, Omega $ shudh@JNEC LATEX@ JNEC 28 / 30
  • 35. Recall Symbols AdEqn Greek Letters Example with greek letters ... and something more If Z1,...,Zk are independent, standard normal random variables, then the sum of their squares, Q = k i=1 Z2 i , is distributed according to the ξ2 distribution with k degrees of freedom. This is usually denoted as Q ∼ χ2 (k) or Q ∼ χ2 k. The chi-squared distribution has one parameter: k – a positive integer that specifies the number of degrees of freedom (i.e. the number of Zi’s) If $Z_1, dots, Z_k$ are independent, standard normal random variables, then the sum of their squares, [ Q = sum_{i=1}^k Z_i^2 , ] is distributed according to the $xi^2$ distribution with $k$ degrees of freedom. This is usually denoted as [ Q sim chi^2(k) text{or} Q sim chi^2_k . ] The chi-squared distribution has one parameter: $k$ -- a positive integer that specifies the number of degrees of freedom (i.e. the number of $Z_i$’s) shudh@JNEC LATEX@ JNEC 29 / 30
  • 36. Recall Symbols AdEqn Greek Letters Example with greek letters ... and something more If Z1,...,Zk are independent, standard normal random variables, then the sum of their squares, Q = k i=1 Z2 i , is distributed according to the ξ2 distribution with k degrees of freedom. This is usually denoted as Q ∼ χ2 (k) or Q ∼ χ2 k. The chi-squared distribution has one parameter: k – a positive integer that specifies the number of degrees of freedom (i.e. the number of Zi’s) If $Z_1, dots, Z_k$ are independent, standard normal random variables, then the sum of their squares, [ Q = sum_{i=1}^k Z_i^2 , ] is distributed according to the $xi^2$ distribution with $k$ degrees of freedom. This is usually denoted as [ Q sim chi^2(k) text{or} Q sim chi^2_k . ] The chi-squared distribution has one parameter: $k$ -- a positive integer that specifies the number of degrees of freedom (i.e. the number of $Z_i$’s) shudh@JNEC LATEX@ JNEC 29 / 30
  • 37. Recall Symbols AdEqn Greek Letters In the upcoming sessions Typing a thesis / report / dissertation Table of contents / figure / tables Managing Bibliography Cross referencing Paper referencing Style files for theses and bibliography shudh@JNEC LATEX@ JNEC 30 / 30