Feeds
提问
trying to find main diagonal of a matrix for cholesky method
my goal is to find the main diagonal of a matrix G, through the cholesky method. For this I'm using a summation, however there i...
2 years 前 | 1 个回答 | 0
1
个回答提问
How can I sum a number of terms as a polynomial?
My code performs the individual calculation of each term of my polynomial, which is not exactly a polynomial, however, I need it...
2 years 前 | 1 个回答 | 0
