typesetting_error

486 days ago by jan

var('a x') ratio = i/2* x^2/a ratio 
       
\newcommand{\Bold}[1]{\mathbf{#1}}\frac{\frac{1}{2} i \, x^{2}}{2 \, a}
\newcommand{\Bold}[1]{\mathbf{#1}}\frac{\frac{1}{2} i \, x^{2}}{2 \, a}
print ratio 
       
1/2*I*x^2/a
1/2*I*x^2/a
ratio.numerator() 
       
\newcommand{\Bold}[1]{\mathbf{#1}}i \, x^{2}
\newcommand{\Bold}[1]{\mathbf{#1}}i \, x^{2}
ratio.denominator() 
       
\newcommand{\Bold}[1]{\mathbf{#1}}2 \, a
\newcommand{\Bold}[1]{\mathbf{#1}}2 \, a
ratio.operands() 
       
\newcommand{\Bold}[1]{\mathbf{#1}}\left[\frac{1}{a}, x^{2}, \frac{1}{2} i\right]
\newcommand{\Bold}[1]{\mathbf{#1}}\left[\frac{1}{a}, x^{2}, \frac{1}{2} i\right]
latex(ratio) 
       
\newcommand{\Bold}[1]{\mathbf{#1}}\hbox{\frac{\frac{1}{2} i \, x^{2}}{2 \, a}}
\newcommand{\Bold}[1]{\mathbf{#1}}\hbox{\frac{\frac{1}{2} i \, x^{2}}{2 \, a}}
version() 
       
'Sage Version 4.6, Release Date: 2010-10-30'
'Sage Version 4.6, Release Date: 2010-10-30'