WeBWorK Main Forum

Using parserImplicitFunction.pl with specified solutions

Re: Using parserImplicitFunction.pl with specified solutions

by Andrew Parker -
Number of replies: 0
Thanks, Davide-

This change made all the difference. Here's what I used:

Part 1 remained the same.
 Context("Numeric"); Context()->variables->are( t =>"Real", c=>"Real", );
Everything after unchanged.

Works like a charm.

-Andrew