Seeing truncated messages in Mathematica

后端 未结 4 976
天涯浪人
天涯浪人 2020-12-16 22:55

Is it possible to see full version of a Message that got truncated? IE, I see something along the lines of 0.105309,0.394682,<<20>>,<<20

4条回答
  •  粉色の甜心
    2020-12-16 23:26

    Quoting this link:

    "When you do symbolic calculations, it is quite easy to end up with extremely complicated expressions. Often, you will not even want to see the complete result of a computation."

    You can control your display using Short.

    Short[%, n] will display n lines of your previous result, so that could be what you need.

    More info here.

提交回复
热议问题