Ask Your Question
0

Show long expressions in interactive shell

asked 13 years ago

Aleksey_R gravatar image

Greatings, colleagues.

I have a problem when I need to display some long formula by means of command show().

For example the following code generates some long formula:

x=var('x') F = integrate(tan(x),x) FF = integrate(F,x)

After that, when I enter:

show(FF)

the generated sage.dvi shows only the part of formula, the rest is cut off by page borders.

Please, tell me how to display long expressions in proper way.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 13 years ago

Try

view(FF, tiny=True)
Preview: (hide)
link

Comments

Thanks a lot, that works! :)

Aleksey_R gravatar imageAleksey_R ( 13 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 13 years ago

Seen: 503 times

Last updated: Oct 17 '11