当前位置: 首页> 房产> 建筑 > 计算机建模| FIT3139 Computational Modelling and Simulation – PAPER 1

计算机建模| FIT3139 Computational Modelling and Simulation – PAPER 1

时间:2025/7/9 19:41:07来源:https://blog.csdn.net/2401_85632766/article/details/139878247 浏览次数:0次

本次澳洲写主要为计算机建模相关的限时测试

Question 1 [10 marks = 5 + 5 ]
This question is about errors and computer arithmetic.
A) Determine an expression that approximates the condition number for the following
function:
f(x) = e3x2+1
B) Explain what are the implications of the condition number being large.

Question 2 [15 marks = 10 + 5 ]
This question is about linear systems.
A) Compute the matrices L and U that correspond to the LU factorisation of A (i.e.,
A = LU). Explain step by step your computation, stating the elimination matrices
you use at each step.
A =
0
B @
2 1 2
10 6 12
4 6 15
1
C A

B) Sometimes an LU decomposition of A is expressed as PA = LU. This is known as
partial pivoting. What is the purpose of partial pivoting and how is it performed?

Question 3 [10 marks]
This question is about solving non-linear equations. Using pseudocode write down an
algorithm to nd the root of a non-linear function f(x) using the Secant method. Your
algorithm should use initial guesses x0 and x1, and stop when the absolute error is less
than .

Question 4 [10 marks = 5 + 5 ]
This question is about solving second-order dierence equations.
A) Consider the second-order dierence equation with:
Xt = 7Xt 1 6Xt 2; X0 = 0; X1 = 1
Write this system as a rst-order matrix dierence equation. That is, nd the
matrix, M, such that ”
Xt
Xt 1
#
= M

Xt 1
Xt 2
#
:

B) Using an eigendecomposition of M, nd an explicit solution to the system above.

关键字:计算机建模| FIT3139 Computational Modelling and Simulation – PAPER 1

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: