Question
Matrix Power Method - Subscript (n-1) into programing
- October 7, 2013
- 1 reply
- 2132 views
Hello,
I am having issues in getting a subscript of n-1 to work in the programing of a matrix power method. Primarily, I'm wanting to express a function of just one number or variable (say n). By doing this, I want to take the norm of v(n) divided by the norm of v(n-1), with the output being that division. However, I'm uncertain in how to get the proper labeling of subscripts to get my output I'm wanting.

