Message Boards Message Boards

0
|
1742 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Generate Newton-Girald formula?

Posted 5 years ago

n = 2

I am not getting the determinant of the NW. Can somebody suggest what is wrong?

S[1] = Table[i*e[i], {i, 1, n}]
S[2] = {1, Table[e[i], {i, 1, n - 1}]}
S[3] = {0, 1, Table[e[i], {i, 1, n - 2}]}
For[i = 4; t = x, i < n + 1, i++, 
S[i] = {ConstantArray[0, i - 2], ConstantArray[1, 1], 
Table[e[j], {j, 1, n - i + 1}]}; Print[S[i]]]
EQ1 = Table[S[j], {j, 1, n}]
NW = MatrixForm[EQ1]
NW1 = Det[Transpose[NW]]
POSTED BY: Rajan Prasad
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract