Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.3K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

[?] Table in an argument of a table

Posted 8 years ago
POSTED BY: Shahzeb Kamal
2 Replies

@Shahzeb Kamal Please make sure you know the rules: https://wolfr.am/READ-1ST

Please do not post code as images.

The rules explain how to format your code properly. If you do not format code, it may become corrupted and useless to other members. Please EDIT your posts and make sure code blocks start on a new paragraph and look framed and colored like this.

int = Integrate[1/(x^3 - 1), x];
Map[Framed, int, Infinity]

enter image description here

POSTED BY: EDITORIAL BOARD

Try Table[<your sum code>, ##]& @@ <your list of iterators>. The reversed table is a List, not a Sequence, of iterators, and Table expects a sequence.

P.S. It's better to post actual code than images. It makes it convenient for others to copy your code and try out their ideas.

POSTED BY: Michael Rogers
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard