Finding the Matrix Transformation for Averaging Previous Elements in a Series

  • Thread starter Thread starter john425
  • Start date Start date
  • Tags Tags
    Difference Matrix
Click For Summary

Homework Help Overview

The problem involves formulating a matrix transformation that represents a series where each number is the average of the previous two numbers. The original poster is seeking guidance on how to express this relationship using a matrix A and a vector x.

Discussion Character

  • Exploratory, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to clarify the problem by asking if they need to find a matrix A for the transformation. Some participants suggest focusing on the structure of the matrix and how it relates to the averaging process.

Discussion Status

Participants are exploring the formulation of the matrix and discussing the components of the vector x. There is an ongoing examination of how to represent the averaging operation mathematically, with some guidance provided regarding the structure of the transformation.

Contextual Notes

The problem requires a precise formulation in the context of matrix-difference equations, with specific attention to the components of the vector x as they relate to the averaging of previous elements in the series.

john425
Messages
21
Reaction score
0
Problem: Each number is the average of the previous two numbers.

I am guessing I need to find a matrix A that when multiplied by a vector x, it will return another vector with its entries as the averages. Is this correct? Need some hints on how to start this one.
 
Physics news on Phys.org
State the problem completely and exactly as it appears in your homework/text/notes.
 
Here it is exactly:

Formulate the following problems in Matrix-difference equation

xn+1 = Axn and specify the components of x


(2) Each number is the average of the two previous numbers.
 
Here is a PDF link with same exact question (#6):

http://www.math.montana.edu/~shaw/math_221/archive/takeHome3.pdf
 
Last edited by a moderator:
The transformation you're dealing with is one where you take the most recent two elements in the series and average them. So you need to be thinking of a matrix A that is 2x2.

You already know how to convert linear equations into matrices. For this case, the linear equations are going to be:

[tex]x' = (x+y)/2[/tex]
[tex]y' = x[/tex]

where x and y are the last two consecutive elements of the series (when you've calculated it up to some point) and x' and y' are the last two consecutive elements after you've calculated it for the next step.

For example, if the series looks like

... 22, 12

then y=22, x=12, y'=12 and x'=17.

After the next step in the calculation, the series now looks like:

... 22, 12, 17

Got it?

Carl
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
Replies
5
Views
2K
Replies
4
Views
3K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K