I have a nxn tridiagonal matrix (let's name it A) and i want to find a way to solve Ap, p=1,2,3,...inf, most efficient* (using the structure of my matrix)
my first problem is how many calculations do i need for A2,
and then how many calculations for the hole Ap ? any help please!*by most...