Answer to a question asked by Maxima
s=answer(answ)
is the answer to the question (a string)
is of type sym
Sometimes, Maxima needs informations to evaluate an expression, so it needs to get them. If you don't want to answer use the function noanswer
.
Syms(['a' 'x']) assume(a>1) integrate(x^a/(x+1)^'5/2',x,0,%inf)