"Joel B. Mohler" <[EMAIL PROTECTED]> writes:
> On Monday 26 March 2007 07:44, Nikos Apostolakis wrote:
>> Hello group,
>>
>> has anybody tried to implement something like "Maple TA" in sage?
>> For example I would like to have students take placement exams with
>> "free form" answers.
>>
>> In ca
"David Joyner" <[EMAIL PROTECTED]> writes:
> By strange coincidence, I am familiar with SAGE, MAPLE TA, and
> math validation and placement (I'm one of only two at my school
> who gets some summer pay for doing this)!
>
Great, then I know where to ask questions if I ever start working on
this!
Hi David and Jack,
I've posted a new SAGE-vmware image to
http://www.sagemath.org/SAGEbin/vmware/
Please give it a try (at least 7 minutes after I send this email)
and let me know what happens.
Basically I got rid of SAGE0-1.vmdk, which has version 6, and
left the version 4 disks, which sh
Apparently I was incorrectly defining x as an integer, however, I did
not get an error the first I tried.
incorrect way: x = PolynomialRing(ZZ)
correct way: g. = PolynomialRing(ZZ)
The len method works now. Thanks.
On 3/26/07, Justin C. Walker <[EMAIL PROTECTED]> wrote:
>
>
> On Mar 26, 2007, a
On Mar 26, 2007, at 13:02 , David Harvey wrote:
>
>
> On Mar 26, 2007, at 3:57 PM, Timothy Clemans wrote:
>
>>
>> Apparently I was incorrectly defining x as an integer, however, I did
>> not get an error the first I tried.
>>
>> incorrect way: x = PolynomialRing(ZZ)
>> correct way: g. = Polynomi
On Monday 26 March 2007 1:02 pm, David Harvey wrote:
> On Mar 26, 2007, at 3:57 PM, Timothy Clemans wrote:
> > Apparently I was incorrectly defining x as an integer, however, I did
> > not get an error the first I tried.
> >
> > incorrect way: x = PolynomialRing(ZZ)
> > correct way: g. = Polynomia
On Mar 26, 2007, at 3:57 PM, Timothy Clemans wrote:
>
> Apparently I was incorrectly defining x as an integer, however, I did
> not get an error the first I tried.
>
> incorrect way: x = PolynomialRing(ZZ)
> correct way: g. = PolynomialRing(ZZ)
>
> The len method works now. Thanks.
Be careful t
On Mar 26, 2007, at 12:24 , Timothy Clemans wrote:
>
> I just want to tell the user of my factoring apps when the quadratic
> that they submit is prime. I've tried is_prime, and
> len(factor(x^2+B*x+C)) (thinking an answer of one would mean its
> prime, but it does not mean that). What is the be
I just want to tell the user of my factoring apps when the quadratic
that they submit is prime. I've tried is_prime, and
len(factor(x^2+B*x+C)) (thinking an answer of one would mean its
prime, but it does not mean that). What is the best way in SAGE right
now to test a polynomial over ZZ to tell i
Hi Jack:
Sorry for the problems. I'm forwarding your message to
sage-support since I don't use windows or vmware.
- David
-- Forwarded message --
From: Jack Schmidt <[EMAIL PROTECTED]>
Date: Mar 26, 2007 9:57 AM
Subject: SAGE VMWare troubles
To: David Joyner <[EMAIL PROTECTED]>, [
The error message suggests that you don't have the localhost network
setup, which all linux systems *should* have configured, but some people
accidently turn it off. What is the output of
/sbin/ifconfig
and
/sbin/route
on your computer?
On 3/26/07, microdev <[EMAIL PROTECTED]> wrote:
>
> I h
On Monday 26 March 2007 07:44, Nikos Apostolakis wrote:
> Hello group,
>
> has anybody tried to implement something like "Maple TA" in sage?
> For example I would like to have students take placement exams with
> "free form" answers.
>
> In case you don't know what Maple TA is:
Actually, if your
On Monday 26 March 2007 07:44, Nikos Apostolakis wrote:
> Hello group,
>
> has anybody tried to implement something like "Maple TA" in sage?
> For example I would like to have students take placement exams with
> "free form" answers.
>
> In case you don't know what Maple TA is:
I'm interested in
By strange coincidence, I am familiar with SAGE, MAPLE TA, and
math validation and placement (I'm one of only two at my school
who gets some summer pay for doing this)!
I think this would be great, but significant work (obviously) to get set up.
My recommendation, in case someone wants to do this
Hello group,
has anybody tried to implement something like "Maple TA" in sage?
For example I would like to have students take placement exams with
"free form" answers.
In case you don't know what Maple TA is:
,[ http://www.maplesoft.com/products/mapleta/ ]
| Maple T.A. is an easy-to-use w
I have installed the last sage binaries on a fedora core 6.
I have a bug when trying to launch notebook()
sage: notebook()
--
Saving notebook to '/home/felix/sage-2.3-debian-i686-Linux/
sage_notebook/nb.sobj'...
Press contro
16 matches
Mail list logo