More feedback :) The solution to Problem 141 of ctgd appears to have a minor typo:  Rather, L(k, n) = L(k-1, n-1) + (n+k-1)L(k-1,n) The other problem of this solution is that it's incomplete without defining the boundary conditions. Regards, Hanson
More feedback :)
The solution to Problem 141 of ctgd appears to have a minor typo:
Rather,
L(k, n) = L(k-1, n-1) + (n+k-1)L(k-1,n)
The other problem of this solution is that it's incomplete without defining the boundary conditions.
Regards,
Hanson