Greetings i'm using LyX and Maxima as CAS a few weeks.
Trying to compute the limit of a sequence i get no answer.
is a problem of my notation,problem of LyX or Maxima?
in other problems when changing the notation Maxima computed successfully the limit.
Any help...?
To be honest, i don't understand the question.
Can you be a bit more coomprehensive on your workflow? Is the problem typesetting, i.e. getting a valid pdf file?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
LyX does not calculate the limit when i call Maxima from the path:
Edit>Math>use Computer Algebra System>Maxima.
in other cases Maxima gives back the correct answer,calculating for example the limit.
I'm wondering if this is a problem of Maxima or LyX.
It seems to calculate some limits for example and few others not.
Solved!
the problem was in pi symbol,
when using the pi from the Greek's lyx menu (π) maxima did not understand( ) the symbol and returns the same expression.
when i change the Pi symbol with the 3.14 maxima has return the correct output.
Thank you very much for your time and answers!
I don't use Maxima, but looking at the code you posted, nothing is jumping out as wrong. Maxima clearly isn't understanding something in the top of that fraction, but I don't know what. You mentioned using the Insert menu for pi so my first thought was that you might have ended up with the non-math code LyX uses for single symbols which would have been \textgreek{p}, but you're obviously in math mode and LyX did the conversion to \pi correctly there according to the code you posted, so that's probably not the issue. Just in case though, to get the math symbol while in math mode (or a math environment found in the Insert>Math menu), you don't need to go through the Insert menu --- just type "\pi " - the space after is important - and then you can be sure the code will be correct and Maxima will be able to read it. You can accomplish the same thing using the greek button (it has an alpha on it - if there aren't two toolbars at the bottom of your screen when you're in math mode, you can toggle the first by hitting the sigma button at the top of your screen and then the second by hitting the pi button on the one that appears at the bottom.) on the math toolbar and choosing pi there, but it's usually faster to just type the LaTeX.