Thank you.
On 23 September 2011 10:38, D. S. McNeil wrote:
> On Fri, Sep 23, 2011 at 12:39 AM, Santanu Sarkar
> wrote:
> > I want to find integer such that
> > x= 1 mod 3
> > x=2 mod 5
> > x=3 mod 7
> > like this system of congruences using Chinese Remainder Theorem.
> > In Sage, crt() functi
On Fri, Sep 23, 2011 at 12:39 AM, Santanu Sarkar
wrote:
> I want to find integer such that
> x= 1 mod 3
> x=2 mod 5
> x=3 mod 7
> like this system of congruences using Chinese Remainder Theorem.
> In Sage, crt() function takes only 4 argument.
sage: help(CRT)
crt(a, b, m=None, n=None)
Retu
I want to find integer such that
x= 1 mod 3
x=2 mod 5
x=3 mod 7
like this system of congruences using Chinese Remainder Theorem.
In Sage, crt() function takes only 4 argument.
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sa
Maybe I'm biased :-) but I think the VirtualBox appliance is a great way to
get to know Sage and for students.
But if you want to actively develop for Sage then I would recommend to run
on Unix natively. In principle you can do everything in a virtual machine
but its a bit like learning a lang
It is interesting that nobody recommended using the official way of
installing Sage on windows, by using the virtual box images provided
on the website.
I have run into the problem of how to recommend Sage to students who
will mostly be running windows machines. Still looks like running Sage
on wi
Hi everyone!
I have been plotting an array as a contour plot using
p = Graphics()
import csv
data1 = [row for row in csv.reader(open('Vp-Mod-n:1.dat'), delimiter='\t')]
p += list_plot(data1, size=3)
p.show(viewer='tachyon')
and it works alright. However, I'd like:
- Change the camera positio
I sent him an invite.
On Thu, Sep 22, 2011 at 5:04 AM, William Stein wrote:
> Hi Sage-support,
>
> Can somebody email this guy? Thanks.
>
> William
>
>
> -- Forwarded message --
> From: Anthony Wickstead
> Date: Thu, Sep 22, 2011 at 1:59 AM
> Subject: Problem with reporting Sag
Hi Sage-support,
Can somebody email this guy? Thanks.
William
-- Forwarded message --
From: Anthony Wickstead
Date: Thu, Sep 22, 2011 at 1:59 AM
Subject: Problem with reporting Sage problems!
To: "wst...@gmail.com"
Cc: Anthony Wickstead
Sorry to bother you personally about