作者joejoe321321 (鸱夷子皮)
看板NTU-Exam
标题[试题] 99下 林智仁 数值方法 第一次期中考
时间Tue Mar 29 11:51:18 2011
课程名称︰数值方法
课程性质︰计算机运算处理
课程教师︰林智仁
开课学院:电机资讯学院
开课系所︰资工所
考试日期(年月日)︰100/3/29
考试时限(分钟):120
是否需发放奖励金:是
(如未明确表示,则不予发放)
试题 :
-Please give details of your calculation. A direct answer without
explanation is not counted.
-Your answers must be in English
Problem 1 (15%)
What is the bit string of -37 under IEEE 754 standard? We assume single
precision. Please explain details instead of just giving a string.
Problem 2 (30%)
Consider the following martix:
[ 1 4 7 ]
A = [ 2 5 8 ]
[ 3 6 10 ]
We would like to find the LU factorization using the pivoting
(a) Give all details of finding
M P ...M P A = U
n-1 n-1 1 1
(b) Find P such that
PA = LU (1)
where L and U are lower- and upper-triangular matrices, respectively.
(c) If we solve the linear system
[ 6 ]
Ax = b = [ 9 ]
[ 12]
show how to use (1) to solve the linear system
Problem 3 (20%)
Consider the following matrix:
[16 8 4 12]
A = [8 8 0 2 ]
[4 0 27 0 ]
[12 2 0 30]
Generate the Cholesky factorization using the outer product form.
Problem 4 (20%)
In exact arithmetic, the addition operation is commutative, i.e.,
x + y = y + x
for any two numbers x, y and also associative, i.e.,
x + (y + z) = (x + y) + z
for any x, y and z. Is the floating point addition operation commutative?
Is it associative? We assume exact rounded operations.
Problem 5 (15%)
What is the smallest positive denomalized number under the IEEE standard
(single precision)?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.29.130