Sec Assessment
Sec Assessment
1
Integrals, Sums and Limits
Dr.Neeraj Kumar Sharma
1 Integrals
Rb
Integral a x2 dx inside text.
The same integral on display:
Z b
x2 dx
a
and multiple integrals: ZZ
µ(u, v) du dv
V
ZZZ
µ(u, v, w) du dv dw
V
I
f (s) ds
V
3 Limits
Limit limx→∞ f (x) inside text.
The same limit on display:
lim f (x)
x→∞
1
Equations
Prof. Naveen Kumar1 , Dr. Neeraj Kumar Sharma2 , and Sakeena
Shahid3
1
Department of Computer Science, University of Delhi
2
Ram Lal Anand College, University of Delhi
3
SGTB Khalsa College, University of Delhi
1 Maxwell’s Equations
“Maxwell’s equations” are named for James Clark Maxwell and are as follow:
∇ ⃗ = ρ
⃗ ·E Gauss’s Law (1)
ϵ0
⃗ ·B
∇ ⃗ =0 Gauss’s Law for Magnetism (2)
⃗
∇ ⃗ = − ∂B
⃗ ×E Faraday’s Law of Induction (3)
∂t
!
⃗
∂E
⃗ ×B
∇ ⃗ = µ0 ϵ0 + J⃗ Ampere’s Circuital Law (4)
∂t
Equations ??, ??, ??, and ?? are some of the most important in Physics.
2 Matrix Equations
a11 a12 ··· a1n v1 w1
a21 a22 ··· a2n v2 w2
.. .. = ..
.. .. ..
. . . . . .
an1 an2 ··· ann vn wn
1
List of mathematical functions:
• Trigonometric functions
– sine
– cosine
– tangent
• Special functions
– Beta function
– Gamma function
– Riemann zeta function
1
Algorithm 1 Example code
Input: Your Input
Output: Your output
Data: Testing set x
P∞
1: i=1 := 0 // this is a comment
/* Now this is an if...else conditional loop */
2: if Condition 1 then
3: Do something // this is another comment
4: if sub-Condition then
5: Do a lot
6: end if
7: else if Condition 2 then
8: Do Otherwise
/* Now this is a for loop */
9: for sequence do
10: loop instructions
11: end for
12: else
13: Do the rest
14: end if
/* Now this is a While loop */
15: while Condition do
16: Do something
17: end while
1
col1 col2 col3
cell2 cell3
Multiple cell5 cell6
row cell8 cell9
1
Country List
Country Name or ISO ALPHA 2
ISO ALPHA 3
Area Name Code
Afghanistan AF AFG
Aland Islands AX ALA
Albania AL ALB
Algeria DZ DZA
American Samoa AS ASM
Andorra AD AND
Angola AO AGO
1
(a) Palace (b) Assi ghat
1
Contents
Table of contents 1
1 First Section 2
2 Second Section 2
List of Tables
1 Just a table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
List of Figures
1 This is an image . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1
1 First Section
2 Second Section
2
Question 10
Aanisha Bhattacharjee
April 2025
1 Introduction
While working on his research paper, Arjun frequently consulted The LaTeX
Companion book [2] to fine-tune the formatting of his equations and citations.
His primary reference was Einstein’s journal paper [1]on the theory of relativ-
ity, which he meticulously annotated. To ensure his typesetting was flawless,
he also browsed Donald Knuth’s website [3]for tips and updates on TeX, appre-
ciating the precision that the creator of TeX brought to the world of scientific
publishing.
References
[1] A.Einstein. Zur elektrodynamik bewegter korper. (german)[on the electro-
dynamics of moving bodies]. Annalen der Physik, 322(10):891–921, 1905.
doi: http://dx.doi.org/10.1002/andp.19053221004.