Message Boards Message Boards

0
|
4168 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Indices for StirlingS1 and StirlingS2

Posted 3 years ago

Typically the indices for the Stirling matrices have indices starting at 0,0. That is Row 0 and Column 0 and both the first row and column are usually ignored.

For instance,

SM1 = Table[StirlingS1[i,j], {i,11},{j,11}]

Ignores the first row and column and I was wondering if there is a way to include the first row and column.

Any tips or links to documentation that you could suggest would be welcome.

POSTED BY: Thomas Vermaak
2 Replies
Posted 3 years ago
SM1=Table[StirlingS1[i,j], {i,0,11},{j,0,11}]
POSTED BY: Bill Nelson

Thanks Bill Nelson ... cool.

POSTED BY: Thomas Vermaak
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