Message Boards Message Boards

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

[?] Table in an argument of a table

Posted 6 years ago

Hello Guys, I am trying to make a table/list of the following form:

enter image description here

However, m can range from 0 to a large number lets say 10. How can i write the range of b_m without writing it a 10 times? Like, enter image description here

I want to use this list as an argument for the first table, but it is not working. Any help please?

enter image description here

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: Moderation Team

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

Group Abstract Group Abstract