You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is probably a way to fix this, but I'll at least explain why this happens:
"gamma" is the gamma function, which is why it is displayed as the capital Gamma (' Γ ') the traditional notation. Try: gamma(n) [it should equal (n-1)! -- so gamma(6)=120]
Unfortunately the workaround, to use %gamma to define a different variable that would be replaced by lowercase gamma, can't be used as a variable, because, like %pi, it is a "declared numeric quantity".
For "Gamma", it is correctly replacing with the capital letter, as expected.
There is another problem with this: both gamma() and Gamma() produce the same expression in the pane but when "copy latex" is done the result is \gamma and \Gamma; producing two different displays in Latex.
when I type in' gamma' and 'Gamma', it outputs the same Greek capitalized gamma ' Γ '
wxMaxima version: 13.4.0
Maxima version: 5.30.0
Maxima build date: 2013-05-07 22:25:42
Host type: x86_64-unknown-linux-gnu
Lisp implementation type: CLISP
Lisp implementation version: 2.49 (2010-07-07) (built 3575143760) (memory 3576968744)
The text was updated successfully, but these errors were encountered: