Interpolation by polynomial Flashcards

1
Q

What can you know about the polynomial pn(x)?

A

It is of order n. It has n coefficients and the highest power of x is n-1

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

What does m=n+1 mean?

A

m is the number of data points

n is the order of an aproximation polynomial

n+1 is the number of parameters that need to be found to define the approximation.

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

How do you produce a vandermole matrix to approximate a polynomial?

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

What is the expression for a lagrange interpolent ,p(x), in terms of lagrange polynomials?

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

What is the problem with using Vandermole matrixes to find p(x) with large number of nodes?

A

The determinant will get closer and closer to 0 and the finite power of computers could mistake it for 0.

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

If you have m data points, what is the order of p(x) for hermite interpolation?

A

n=2m-1

n=order of p(x)

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

What is Hermite interpolation?

A

Interpoltion where the interpolent has equal values and gradients at the nodes.

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

If you wish to perform hermite interpolation with 2 nodes, how many coefficients does the aproximating equation need and what is the matrix used?

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

If you produce a gram matrix and the determinant is 0 what does that mean for the solution?

A

There is no unique solution.

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

If you had three data points and wanted to find an expression for L1(x) what would it be?

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