Is there a way to calculate two or more parameters function using matrix multiplication?

Revision en1, by duckladydinh, 2015-09-04 17:59:30

Hi everyone!

For one-parameter function such as f(n) = f(n-1) + f(n-2), we all know that it can be solved with matrix multiplication, but what if there are two parameters such as f(n, m) = f(n, m-1) + f(n-1, m)? Is there similar way to solve it?

Can someone help me?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English duckladydinh 2015-09-04 17:59:30 362 Initial revision (published)