Message Boards Message Boards

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

mathematica command

Posted 10 years ago

In a mathematica code...i read the command //Flatten; What is this command?

POSTED BY: Lili88 luca
7 Replies

Actually if you type

//

into the Documentation center you will get the documentation for the Postfix command:

http://reference.wolfram.com/language/ref/Postfix.html

POSTED BY: David Reiss
Posted 10 years ago

Thank you!!

POSTED BY: Lili88 luca
POSTED BY: Udo Krause
Posted 10 years ago

It' s not Flatten(x) or another command. IT'S ONLY //Flatten; in the reference o documentation center there is no explanation. For example what does it mean // ? So, if you want to help me, link specific post for my problem or if you known it explain it. Thanks.

POSTED BY: Lili88 luca

The Documentation Center is your friend.

POSTED BY: David Reiss

See Flatten in the reference.

POSTED BY: Udo Krause
In[1]:= Flatten[{{a, b}, {c, {d}, e}, {f, {g, h}}}]

Out[1]= {a, b, c, d, e, f, g, h}
POSTED BY: S M Blinder
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