Syms SciMax Toolbox colon (:)

SciMax Toolbox >> answer

answer

Answer to a question asked by Maxima

Calling Sequence

s=answer(answ)

Parameters

answ

is the answer to the question (a string)

s

is of type sym

Description

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.

Examples

Syms(['a' 'x'])
assume(a>1)
integrate(x^a/(x+1)^'5/2',x,0,%inf)

Author

See also

Syms SciMax Toolbox colon (:)