Recent content by nicolas1991
-
N
Graduate Tridiagonal matrices multiplication
first of all thank you ! but my real problem is how to calculation the number of calculations ( :-p ) i need for a Ap, i can find out how many calculations i need for A2, and for A3 etc. but every time the array change structure (tridiagonal->fivediagonal->sevendiagonal ...) any help please...- nicolas1991
- Post #3
- Forum: Linear and Abstract Algebra
-
N
Graduate Tridiagonal matrices multiplication
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...- nicolas1991
- Thread
- Matrices Multiplication
- Replies: 2
- Forum: Linear and Abstract Algebra