Message Boards Message Boards

0
|
3871 Views
|
8 Replies
|
5 Total Likes
View groups...
Share
Share this post:

Get the entire output instead of wrapping it?

Posted 6 years ago

Hello everybody! I am new to Mathematica and I have a question, which I guess should be rather simple. In the attached file there is a script, that allows to obtain faces out of the adjacency matrix. It seem to work good. However, if the output is large enough, the program wraps the answer (the very last line of the script) instead of giving the list of vertices of faces. What is the way to make it write the whole list instead of wrapping it? Thanx in advance, Anton

Attachments:
POSTED BY: Anton Savchenkov
8 Replies
POSTED BY: Szabolcs Horvát
POSTED BY: Anton Savchenkov
POSTED BY: Gianluca Gorni

OMG, thanx! I did not realize that...

POSTED BY: Anton Savchenkov

I am not familiar with the online version. Perhaps it has stricter size limits. In the desktop version the iconized output has buttons to expand it. Are they there online too?

POSTED BY: Gianluca Gorni
POSTED BY: Anton Savchenkov

You can use Short with a very large size limit:

Short[FindFace[g, GraphEmbedding[g]], Infinity]

Beware that formatting a very large output can crash the Front End. Save your work before doing it.

POSTED BY: Gianluca Gorni
POSTED BY: Anton Savchenkov
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