\label{Maxima_Argument_Array} Mathresponse maintains two arrays: \begin{itemize} \item RESPONSE: the entries that the student provided \item LONCAPALIST: the contents of a Perl variable or array passed in the ``Argument Array'' field \end{itemize} For example, to check if the student answer is the derivative of the argument list passed: \begin{verbatim} diffx:trigsimp(trigreduce(RESPONSE[1]-diff(LONCAPALIST[1],x,1))); diffy:trigsimp(trigreduce(RESPONSE[2]-diff(LONCAPALIST[2],x,1))); is (diffx=0 and diffy=0); \end{verbatim}