Numerics Flashcards

1
Q

Difference between multi-step and multi-stage methods

A

Multi-stage: doesn’t use any previously computed values

Multi-step: evaluates F at existing time steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which method is AM method identical to?

A

Trapezoidal Implicit method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Difference between IVP and BVP

A

IVP: solution is constrained by initial conditions
BVP: solution is constrained by boundary conditions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Total operations/steps of Guassian and LU

NxN matrix

A

G: O(N^3)
LU: O(N^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Q(s)>0

A

f increases in all directions away from minimum
global minimum
convex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Positive definite matrix

A

all eigenvalues > 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

H symmetric implies..

think Eigen

A

its eigenvalues are real and its eigenvectors are orthogonal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Leapfrog scheme derived from?

A

The centred difference formula

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What method is the AM2 identical to?

A

Trapezoidal Implicit Method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Dirichlet BCs

A

y(x_j)=a_j j=1 and/or 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Neumann BCs

A

y’(x_j)=b_j j=1 and/or 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Common choice a,b,c,d for RK2

A
c = d =1/2
a = b = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Choice of a,b,c,d for RK2 Heun’s scheme/improved Euler method

A
c = 0
d = 1;
a = b =1/2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

RK2 constraints on a,b,c,d

A

c+d=1

da=db=1/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly