NTU-Exam 板


LINE

课程名称︰数值方法 课程性质︰计算机运算处理 课程教师︰林智仁 开课学院:电机资讯学院 开课系所︰资工所 考试日期(年月日)︰100/05/10 考试时限(分钟):150 是否需发放奖励金:是 (如未明确表示,则不予发放) 试题 : Problem 1(15%): Give an n by n matrix A, what is |A| = max |Ax| ? ∞ |x| = 1 ∞ That is, write |A| as an expression of A's elements. ∞ Problem 2(25%): Assume A is symmetric and invertible. Formally prove that cond(A) >= 1 where cond(.) is the condition number. Assume 2-norm is used. Hint: no need to check eigenvalues of matrices Problem 3(20%): Assume L is a lower triangular square matrix stored in the compressed row format. That is, assume arrays val, col_ind, and row_ptr are already available. No need to worry about declaring variables and memory allocation. Write the MATLAB code to solve Lx = b We further make the following assumptions and requirements: (1) L ≠ 0, for all i ii (2) In col_ind, indices of each row are in ascending order. (3) Assume simple loops are used (It is like that you are writing Fortran/C/Java code though you use MATLAB syntax here and assume arrays start with index 1. Thus, you cannot use thinds such as x(i:j), find, etc.). (4) The complexity must be no more than O(nnz). Problem 4(30%): Assume a square matrix A is stroed in the compressed column format and we would like to find T B = A . We stroe B in compressed column format as well. In the beginning, we try to find the number of non-zero elements in each column of B: for i=1:n+1 bcol_ptr(i) = 0; nnz = acol_ptr(n+1)-1; for i=1:nnz bcol_ptr(arow_ind(i)+1) = bcol_ptr(arow_ind(i)+1) +1; bcol_ptr(1) = 1; for i=2:n+1 bcol_ptr(i) = bcol_ptr(i) + bcol_ptr(i-1); Explain this segment of code and continue to finish the MATLAB code for obtaining B. We further make the following assumptions and requirements: (1) Assume simple loops are used (It is like that your are writing Fortran/C/Java code though you use MATLAB syntax and assume arrays start with index 1. Thus, you cannot use thins such as x(i:j), find, etc.). (2) The complexity must be no more than O(nnz). (3) You can use only arrays aval, arow_ind, acol_ptr, bval, bcol_ind, brow_ptr. That is, you cannot allocate other arrays. Problem 5(10%): Given a linear system [ 1 2 1] [-1] [ 3 1 -2] x = [ 1] [ 1 2 1] [ 2] [0] Use [0] as the initial point. [0] (a) Do three itreations of the Jacobi method (b) Do three iterations of the Gauss-seidal method --



※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.29.127
1F:推 andy74139 :已收录至资讯系!! 05/11 00:03
※ 编辑: joejoe321321 来自: 140.112.30.133 (06/02 15:12)







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:BabyMother站内搜寻

TOP