New Reply

Any useful analog to finite differences for matrix products?

 
Share Thread Thread Tools
Aug22-12, 03:25 PM   #1
 
Recognitions:
Science Advisor Science Advisor

Any useful analog to finite differences for matrix products?


Various closed form formulas for summing the first n terms of a sequence [itex] \{a_i\} [/itex] of numbers can be developed by considering the various order differences of the terms, such as [itex]{\triangle} a_i = a_{i+1} - a_i [/itex] and [itex] \triangle^2 a_i = \triangle ( \triangle a_i) [/itex]. Closed form formulas occur if the m th and higher order differences of the terms vanish for some m.

If we have a sequence of invertible matrices [itex] \{A_i \} [/itex] can anything interesting be said about finding the product of the first n terms using information about the quotients of consecutive terms? ( [itex] \delta A_i = A_{i+1} A_{i}^{-1} [/itex] )?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Aug25-12, 10:19 AM   #2
 
Recognitions:
Science Advisor Science Advisor
I'll try to clarify the question!

Each line in a different table of real numbers represents the the difference between the two adjacent entries in the line below it. If a difference table has an entire line of zeroes then each line has its own "closed form formula" for the sum of the first n terms in that line.

For example, the table whose last line of terms are defined by the formula [itex]f(n) = n^2 [/itex] looks like

______0_____0_____0 ...
____2____ 2____ 2___...
___3__ _5____7 ___9 ...
1___ 4____ 9____ 16 ___25 ..

We know there are closed form formulas for [itex] \sum_{i=1}^n n^2 [/itex] and [itex] \sum_{i=1}^n (2n+1) [/itex] etc.

I've never seen a similar theory for a "quotient table" of real numbers ( where each entry would be the quotient of the the two adjacent entries in the line below it)

For example:

___1____1_____1___1 ....
__3___3___3_____3______3...
7___21__63__189___567__1701_...

I suspect that there would be a closed form formula for the product of the first n terms in each line, but the theory of that formula would just amount to adding powers of various factors. That addition would fall under the scope of difference tables.

If we make tables whose entries are matrices instead of real numbers, a difference table would merely amount to a set of difference tables for the individual matrix entries.

However, a quotient table for matrices might be very interesting.

It would have the form

______1_______1_..
____A____A________A_...
__B___BA___BA^2_________BA^3
C__CB___CB^2A__CB^2ABA^2__CB^2ABA^2BA^3

So my question is whether any theory has been developed for the product of the first n terms in a line of such a table. Or is the theory of it just a trivial consequence of a powerful general theorem in linear algebra that I don't recognize?
Aug25-12, 11:21 AM   #3
 
Are you trying to prove the multinomial theorem the hard way?

Difference equations lead to the use of continuous products in their solution

It also is possible to have "partial Difference equations" which are difference equations so that

We can define partial operators E and F

Ez (x,y) = z(x+1, y)

Fz (x,y) = z(x, y+1)

with difference operators

E = Δx and F = Δy
Aug25-12, 02:34 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Any useful analog to finite differences for matrix products?


Quote by Studiot View Post
Are you trying to prove the multinomial theorem the hard way?
What did you have in mind for a multinomial theorem about matrices?
Aug25-12, 02:46 PM   #5
 
What did you have in mind for a multinomial theorem about matrices?

I'm not sure about matrices but the multinomial theorem includes such products.


[tex]{({x_1} + {x_2} + {x_3} + ....{x_m})^n} = \sum {\frac{{n!}}{{{n_1}!{n_2}!....{n_m}!}}} x_1^{{m_1}}x_2^{{m_2}}...x_m^{{n_m}}[/tex]


I was rather taken with your idea.
Aug25-12, 03:01 PM   #6
 
Recognitions:
Science Advisor Science Advisor
Perhaps the entries in a "quotient table" of real numbers have a relation to that multinomial theorem. However, since matrix multiplication is, in general, non-commutative, I don't think that theorem applies to products of matrices because a term such as [itex] A^2 B A [/itex] can't be "combined" with a term like [itex] A^3 B [/itex]. Maybe there is a generalization of the multinomial theorem.
New Reply
Thread Tools


Similar Threads for: Any useful analog to finite differences for matrix products?
Thread Forum Replies
Why can finite elements handle complex geometries, but finite differences can't? Differential Geometry 1
Finite differences on scalar? Matrix? Calculus 2
Finite Differences Calculus & Beyond Homework 0
finite differences for PDE Calculus & Beyond Homework 3
Finite Differences proving Differential Geometry 2