<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [LON-CAPA-users] Having an equation or a range as a response</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Thanks Gerd, you really helped me out on the equation response.<BR>
<BR>
So I could use the &cas-command and get it to output a plot with increments of pi on the x-axis?<BR>
<BR>
I heard about the Geogebra sketching ability in Lon Capa.  I am very interested in learning how to implement that for my students as well.  It is hard to find information on how to do that.  How do you set up a question like that?<BR>
<BR>
>From Seema.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: lon-capa-users-bounces@mail.lon-capa.org on behalf of Gerd Kortemeyer<BR>
Sent: Sun 1/22/2012 5:38 AM<BR>
To: Discussion list for LON-CAPA users<BR>
Subject: Re: [LON-CAPA-users] Having an equation or a range as a response<BR>
<BR>
Hi,<BR>
<BR>
On Jan 22, 2012, Seema Ali wrote:<BR>
<BR>
>  Where can I get a list of Maxima questions that Lon Capa uses?<BR>
<BR>
A few things from MAXIMA we have packaged nicely in <formularesponse> and <mathresponse> (with a "switch" for R or MAXIMA). But, using the &cas-command, you can call any function within MAXIMA, <A HREF="http://maxima.sourceforge.net/documentation.html">http://maxima.sourceforge.net/documentation.html</A> . I usually try things out on the command-line first (just running MAXIMA in a terminal) before putting them into LON-CAPA.<BR>
<BR>
BTW, we also have GeoGebra support, which we currently do not "advertise" in the templates. Students can enter graph sketches, which are then graded according to rules.<BR>
<BR>
> Oh and I also tested:<BR>
><BR>
> x^3 = 125 and it failed on both which is good if you're looking for linear solutions.<BR>
><BR>
<BR>
That's apparently because MAXIMA wants to solve this in the complex plane:<BR>
<BR>
(%i3) solve(x^3=125,x);<BR>
                  5 sqrt(3) %i - 5        5 sqrt(3) %i + 5<BR>
(%o3)        [x = ----------------, x = - ----------------, x = 5]<BR>
                         2                       2<BR>
<BR>
I guess I need to work in some way to tell MAXIMA if it should stay real.<BR>
<BR>
- Gerd.<BR>
_______________________________________________<BR>
LON-CAPA-users mailing list<BR>
LON-CAPA-users@mail.lon-capa.org<BR>
<A HREF="http://mail.lon-capa.org/mailman/listinfo/lon-capa-users">http://mail.lon-capa.org/mailman/listinfo/lon-capa-users</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>