Anonymous wrote:
I dont understand the Ak=-Ak-1 bit... is (k-1) a subscript, or just k?
yeah, the original poster should clear this up; it's ambiguous.
if (k - 1) is a subscript, then a sub 2 = -(a sub 1), which means that (a sub 2) should be -1.
if that's actually supposed to be -(a sub k) - 1, then (a sub 2) should be -1 - 1, or -2.
i'm with the posters here: i don't really smell how (a sub 2) could be -3. could whoever originally wrote that please elaborate?