Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to wrap the output or magnify it?

I am using Sagemath with JupyterLab-Desktop and/or Jupyter notebook / JupyterLab notebook

As you can see in the picture, The inverse of the matrix is too small, and the output of the expand doesn't wrap. you have to use the horizontal scroll:

image description

Ho to fix these?

CODE:

a,b,c,d,e,f,g,h,i = var('a b c d e f g h i')
A = matrix([[a,b,c],[d,e,f],[g,h,i]])
show(A.inverse())

show(expand((a+b+c)^20))

How to wrap the output or magnify it?

I am using Sagemath with JupyterLab-Desktop and/or Jupyter notebook / JupyterLab notebook

As you can see in the picture, The inverse of the matrix is too small, and the output of the expand doesn't wrap. you have to use the horizontal scroll:

image descriptionhttps://ibb.co/xtcx0tHF

Ho to fix these?

CODE:

a,b,c,d,e,f,g,h,i = var('a b c d e f g h i')
A = matrix([[a,b,c],[d,e,f],[g,h,i]])
show(A.inverse())

show(expand((a+b+c)^20))

How to wrap the output or magnify it?

I am using Sagemath with JupyterLab-Desktop and/or Jupyter notebook / JupyterLab notebook

As you can see in the picture, The inverse of the matrix is too small, and the output of the expand doesn't wrap. you have to use the horizontal scroll:

https://ibb.co/xtcx0tHF

image description

Ho to fix these?

CODE:

a,b,c,d,e,f,g,h,i = var('a b c d e f g h i')
A = matrix([[a,b,c],[d,e,f],[g,h,i]])
show(A.inverse())

show(expand((a+b+c)^20))