Chapter 1 Mathematical Preliminaries
(数学基础知识)
本章内容(Contents)
1.1 Mathematics English (数学英语)
1.2 Review of calculus (微积分回顾)
1.3 Errors and significant digits (误差和有效数字)
学习目标(Learning Objectives)
?熟悉常见数学公式及数学表达式的读法 ?掌握微积分学中的一些基本定义与引理 ?掌握极限与连续的定义 ?熟悉微分的定义并熟练运用其推广的重要定理 ?熟悉积分的定义并熟练运用积分中值定理 ?掌握泰勒多项式与级数的定义
?了解误差的来源
?熟悉绝对误差与相对误差的计算
?了解有效数字的概念
This chapter contains a short review of those topics from single-variable calculus that will be needed in later chapters. A solid knowledge of calculus is essential for the understanding of numerical techniques and their analysis, and more thorough review might be needed if you have been away from this subject for a while. In addition, there is an introduction to convergence, error analysis, the machine representation of numbers, and some techniques for categorizing and minimizing computational error.
1.1 Mathematics English (数学英语)
1/2 is read one half
1/3 is read one third
2/3 is read two thirds
1/4 is read one quarter
3/4 is read three quarters
5/14 is read five over fourteen
25 i is read twenty five and seven ninths
35% is read thirty five percent
-3.14 is read minus three point one four
a is read plus or minus a
is read minus or plus a
is read the absolute value of a
[a] is read the greatest integer not exceeding a
n! is read factorial n
Re(z) is read the real part of (complex number) z
Im(z) is read the imaginary part of (complex number) z
a + b = c is read a plus b equals (is) c
a-b = c is read a minus b equals (is) c
a×b = c is read a times b equals (is) c
a+b = c is read a divided by b equals (is) c
a 2 is read a square
a 3 is read a cube
a n is read a to the power of n
a- n is read a to the power of minus n
4a is read the square root of a
is read the cube root of a
is read the nth root of a
is read the nth root of a to the power of m
is read the exponential of x (to the base e )
is read the exponential of x (to the base a)
is read the natural logarithm of x (to the base e )
is read the (common) logarithm of x (to the base 10 )
is read the logarithm of x (to the base a)
is read a is equal to b
is read a is not equal to b
is read a is identically equal to b
is read a is approximately equal to b
a > b is read a is greater / larger than b
a < b is read a is less than b
a > b is read a is greater than or equal to b
a < b is read a is less than or equal to b
is read a is much greater than b
is read a is much less than b
is read a is parallel to b
is read a is perpendicular to b
is read open interval
[a,b] is read closed interval
(a,b] is read half-open interval open at the left
[a,b) is read half-open interval open at the right
is read the intersection of Aand B
is read the union of A and B
is read A is a subset ofB
is read A is a proper subset ofB
is read A is not a proper subset of B
is read the difference of A and B
is read the complement of A
is read the empty set
is read a belongs to A
is read a is not in A
is read the scalar product of vectors a and b
is read the vector product of vectors a and b
is read imply
is read be equivalent to
is read the limit of the sequence (an) is a as n tends to infinity
is read the limit of f of x is A as x tends to x〇
is read the limit of f of x is A as x tends to x〇 from the left
is read the limit of f of x is A as x tends to x— from the right
A is read delta
is read the first derivative of y with respect to x
is read the second derivative of y with respect to x
is read the n th derivative of y with respect to x
is read f prime of x , f double prime of x
is read the first partial derivative of z with respect to x
is read the second partial derivative of z with respect to x
is read the nth partial derivative of y with respect to x
is read the (indefinite) integral of f of x ,dx
is read the (definite) integral from a to b of f of x ,dx
is read sigma of q as i runs from 1to n
is read sigma of a” as n runs from 1 to infinity
is read the determinant of (the matrix) A
AT is read the transpose of (the matrix) A
A-1 is read the inverse (matrix) of (the matrix) A
A* is read the adjoint matrix of (the matrix) A
A is read the conjugate matrix of (the matrix) A
rank A is read the rank of (the matrix) A
is read the trace of (the matrix) A
1.2 Review of calculus (微积分回顾)
?Limits and continuity (极限和连续性)
?Differentiability (可微性)
?Integration (积分)
?Taylor polynomials and series (泰勒多项式和级数)
?Examples (例题)
1.2.1 Limits and continuity (极限和连续性)
The concepts of limit (极限) and continuity (连续性) of a function are fundamental to thestudy of cal
展开