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

Правка en1, от 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?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский duckladydinh 2015-09-04 17:59:30 362 Initial revision (published)