;------------------------------------------------------------------- ;Here we must summ all the elements from diagonal of n x n Matrix = ;= a_0 + a_n+1 + a_2*(n+1) + a_3(n+1) +