I only use "sage -python" or "sage -ipython" with PyCUDA stuff, so that
part's probably right. I'm running 64-bit Fedora and 64-bit CUDA (straight
from NVIDIA, I had to fight a fair bit with this to work with Fedora 11's
4.4 gcc), and PyCUDA's tests work fine with Sage's Python. I would try to
get
I actually got to the point where it would install using a similar
approach. I've been using the special shell environment for sage that
forces the correct python paths and so forth. Unfortunately my install
segfaults when I try to run the tests. My systems python will run the
pycuda tests
On Mar 1, 6:18 pm, Simon King wrote:
> Hi David!
>
> On 1 Mrz., 20:08, David Joyner wrote:
>
> > On Mon, Mar 1, 2010 at 1:26 PM, Dana Ernst wrote:
> > > Is there a way to obtain a subgroup lattice for finite groups? I defined
> > > a finite group G and did G.? but didn't see anything that w
> One way:
>
> sage: G = SymmetricGroup(3)
> sage: GG = gap(G)
I'm guessing that GG doesn't mean anything special, but is just a name
similar to G, and gap(G) is transforming G into a gap object. I'm not
exactly clear when this sort of thing needs to be done, but I guess
I'll learn over time.
>
Thanks!
On Mar 1, 3:00 pm, William Stein wrote:
> On Mon, Mar 1, 2010 at 10:30 AM, Robert Bradshaw
>
> wrote:
> > On Mar 1, 2010, at 9:02 AM, Dana Ernst wrote:
>
> >> What's the proper way to quit a local sage notebook? I've been signing
> >> out of the web browser and then quitting terminal, w
Hi Serge,
On Tue, Mar 2, 2010 at 10:23 AM, Serge A. Salamanka wrote:
> Hello,
>
> How to properly remove a package ?
> In documentation there is no mention on how to do that.
I think that's because there is as yet no automatic way to remove a
package, so no documentation on how to (automatically
Hi Robert,
On Sun, 28 Feb 2010 07:49:34 -0800 (PST)
"ma...@mendelu.cz" wrote:
> Can you give us (very briefly) few pointers where to start to learn
> pynac.
Here's a first attempt:
http://wiki.sagemath.org/symbolics/pynac_start
Feel free to edit the page as you see fit and ask questions so I
Hi,
On Tue, Mar 2, 2010 at 10:18 AM, Adrián wrote:
> Any help would be more than welcome.
Here are three sources of information on installing/using SageTeX:
* Make SageTeX known to TeX
http://www.sagemath.org/doc/installation/sagetex.html
* Installing and using SageTeX
http://www.sagemath.o
On Mon, Mar 1, 2010 at 6:18 PM, Simon King wrote:
> Hi David!
>
> On 1 Mrz., 20:08, David Joyner wrote:
>> On Mon, Mar 1, 2010 at 1:26 PM, Dana Ernst wrote:
>> > Is there a way to obtain a subgroup lattice for finite groups? I defined
>> > a finite group G and did G.? but didn't see anything
Hello,
How to properly remove a package ?
In documentation there is no mention on how to do that.
Particularly, I'd like to remove sagenb-0.7.5.1 from my Sage installation.
Should I just remove the directory sagenb in
sage-4.3.3/local/lib/python2.6/site-packages/sagenb-0.7.5.1-py2.6.egg ?
After
Hi,
I'm having trouble constructing p-adic cyclotomic fields in Sage (v
4.3.3). For instance, if I try to make Q_p(zeta_p) (for, say p = 3),
by entering
sage: S. = Qp(3)[]
sage: K. = Qp(3).extension(x^2 + x + 1)
I get the error:
NameError: global name 'split' is not defined
However, this work
I just got the sagetex package to work with my Tex distribution.
The question I have is, how do I get SAGE to work out the resulting
.sage file that Latex creates after I compile it? I've read the
information
in the sagetex package and also in the SAGE manual, but it only tells
me that I have to ru
Hi David!
On 1 Mrz., 20:08, David Joyner wrote:
> On Mon, Mar 1, 2010 at 1:26 PM, Dana Ernst wrote:
> > Is there a way to obtain a subgroup lattice for finite groups? I defined a
> > finite group G and did G.? but didn't see anything that would do
> > this. Any tips?
>
> One way:
>
> sage:
I suppose it is, although I'm not really sure what it actually does.
What I'm interested is in graphs like the ones on this webpage:
http://www.nucalc.com/images/Example48.gif
http://www.nucalc.com/images/Example49.jpg
On 1 mar, 13:15, David Joyner wrote:
> Ishttp://trac.sagemath.org/sage_trac/
Hi Luis,
On Tue, Mar 2, 2010 at 5:40 AM, finotti wrote:
> Hi,
>
> I've been having some problems using Sage in a terminal. Mainly, TAB
> completion doesn't work properly. Pressing TAB suggests completion
> but moves the cursor to a different position, making it difficult to
> read and type. (I
On Mon, Mar 1, 2010 at 10:30 AM, Robert Bradshaw
wrote:
> On Mar 1, 2010, at 9:02 AM, Dana Ernst wrote:
>
>> What's the proper way to quit a local sage notebook? I've been signing
>> out of the web browser and then quitting terminal, which kills anything
>> running. I have OSX 10.6. Is this wha
On Mon, Mar 1, 2010 at 8:54 AM, Nathan Carter wrote:
>
> My students reported this same thing over the weekend as they were
> trying to do a project on sagenb.org. This morning I'm experiencing
> the same problem, and it seems another class is, too:
>
> http://groups.google.com/group/sage-sup
oooh wait wait wait. I've said something totally confusing.
My previous two posts apply to rational fractions... for which indeed,
the numerator method gives the 'correct' answer ! The issue I raised
in my original post is the 'funny' behaviour when you ask for the
numerator of something in QQ[x]
One further example perhaps, to be more convincing :
sage: N= (2*x).numerator()
sage: N.prime_divisors()
[2, x]
sage: [valuation(N, p) for p in prime_divisors(N)] # innocent-
looking piece of code
...
ArithmeticError: The polynomial, p, must have positive degree.
I do think the innocent piec
hmm it's not mathematical, it's just that IMHO n should belong to
QQ[x], not ZZ[x]. I do see your point though, in that the coefficients
should be mathematical integers (or "may as well be"). And I do see
now that it is intentional.
Think about it : if i wanted to use your metaphor, over QQ the
nu
Is
http://trac.sagemath.org/sage_trac/ticket/6648
related to what you want?
On Mon, Mar 1, 2010 at 12:39 PM, Adrián wrote:
> Hi, I was just wondering if Sage has any function implemented to do
> conformal mappings?
> Or better yet, is there a way in which I can do some conformal
> mappings with
>
Ignoring the oft-considered and oft-rejected suggestion that Sage
integrate with its host system, I take it that you couldn't get PyCUDA
0.9.3 working. I just got it working with Sage, Fedora 11, etc.
When installing Boost 1.4.2, I made sure to "./bootstrap.sh --help"
and see how to provide the co
On Mon, Mar 1, 2010 at 1:26 PM, Dana Ernst wrote:
> Is there a way to obtain a subgroup lattice for finite groups? I defined a
> finite group G and did G.? but didn't see anything that would do this.
> Any tips?
One way:
sage: G = SymmetricGroup(3)
sage: GG = gap(G)
sage: GG.LatticeSubgro
On Mar 1, 2010, at 7:50 AM, Pierre wrote:
hi all,
is this a bug or intentional ?
sage: x= QQ['x'].gen()
sage: n= x.numerator()
sage: x.parent()
Q[x]
sage: n.parent()
Z[x]
what about this Z popping out of nowhere ? (well...) It's certainly
making my like (a little) more complicated (i have a
Hi,
I've been having some problems using Sage in a terminal. Mainly, TAB
completion doesn't work properly. Pressing TAB suggests completion
but moves the cursor to a different position, making it difficult to
read and type. (I suspect it's related to readline, no?) Let me know
if this is not c
On Mar 1, 2010, at 9:02 AM, Dana Ernst wrote:
What's the proper way to quit a local sage notebook? I've been
signing out of the web browser and then quitting terminal, which
kills anything running. I have OSX 10.6. Is this what you are
supposed to do?
You can kill the sage -notebook pr
Is there a way to obtain a subgroup lattice for finite groups? I defined a
finite group G and did G.? but didn't see anything that would do this.
Any tips?
Dana Ernst, Ph.D.
Assistant Professor
Department of Mathematics
Plymouth State University
MSC 29, 17 High Street
Plymouth, NH 03264-1595
Sorry for being so slow in replying. I can say something about your
question (1), I have the same bug and I add the following to
my .emacs :
(defun my-sage ()
"sage+sage-view"
(interactive)
(call-interactively 'run-sage)
(if (y-or-n-p "Toggle sage-view ? ")
(call-interactively 'sage-view)
nil
Hi, I was just wondering if Sage has any function implemented to do
conformal mappings?
Or better yet, is there a way in which I can do some conformal
mappings with
the commands available in Sage?
I've tried to look in the web but haven't found any info on it yet. I
found that it has
the complex_pl
What's the proper way to quit a local sage notebook? I've been signing out of
the web browser and then quitting terminal, which kills anything running. I
have OSX 10.6. Is this what you are supposed to do?
Thanks in advance.
Dana Ernst, Ph.D.
Assistant Professor
Department of Mathematics
Pl
My students reported this same thing over the weekend as they were
trying to do a project on sagenb.org. This morning I'm experiencing
the same problem, and it seems another class is, too:
http://groups.google.com/group/sage-support/browse_frm/thread/51d5129903cc4671
Did some recent change c
On Mon, Mar 1, 2010 at 8:36 AM, Thomas Scofield wrote:
>
> Could this also be the source of my problem? Code like
> var('x y z t') p1 = parametric_plot3d((x,0,z), (x,-1.2,1.2), (z,-1.2,1.2),
> color='green', opacity=.65) p2 = parametric_plot3d((x,2-x,z), (x,-1.2,1.2),
> (z,-1.2,1.2), color='green
Could this also be the source of my problem? Code like
var('x y z t')
p1 = parametric_plot3d((x,0,z), (x,-1.2,1.2), (z,-1.2,1.2),
color='green', opacity=.65)
p2 = parametric_plot3d((x,2-x,z), (x,-1.2,1.2), (z,-1.2,1.2),
color='green', opacity=.65)
p3 = parametric_plot3d((sin(t), y, cos(t)),
I was attempting to convince my calculus students this morning in class to play
with Sage when doing their homework instead of using Wolfram|Alpha all the
time. However, this failed miserably because maxima wasn't working on
sagenb.org (at least it wasn't around 10:30 AM EST and it still isn't
hi all,
is this a bug or intentional ?
sage: x= QQ['x'].gen()
sage: n= x.numerator()
sage: x.parent()
Q[x]
sage: n.parent()
Z[x]
what about this Z popping out of nowhere ? (well...) It's certainly
making my like (a little) more complicated (i have a more involved
example of course, and i procee
Thank you Yann and Simon for your suggestions.
I think solve() may be too limited for my actual problem, but
augmenting the ideal with additional polynomials could work with a bit
of effort on my part.
Thanks again,
Ben
--
To post to this group, send email to sage-support@googlegroups.com
To un
Hi Ben!
On Feb 28, 11:28 pm, Ben Goodrich wrote:
> sage: R. = QQ[]
> sage: ideal(sqrt(x) - 2, y - 2*x, x - z**2).groebner_basis()
> ---
> ...
> AttributeError: 'Ideal_generic' object has no attribute
> 'groebner_basis'
You m
On Sun, 28 Feb 2010 23:02:08 -0800 (PST), Sharpie wrote:
> However, tonight I have been trying to solve an open channel flow
> problem which requires me to find the roots of:
>
> y^3 - 1.39027132807289 * y^2 + 0.090610488164005 == 0
>
> find_root() does return the correct answers-- but in this
Is this enough for you?
sage: var('x,y,z')
(x, y, z)
sage: solve([sqrt(x)-2,y-2*x,x-z**2],[x,y,z])
[[x == 4, y == 8, z == -2], [x == 4, y == 8, z == 2]]
(you can then filter the solutions)
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send
Hi Owen,
On Mon, Mar 1, 2010 at 3:34 PM, Owen Densmore wrote:
> How to use python within sage on
> graphs, for example.
See the graph theory module:
http://www.sagemath.org/doc/reference/graphs.html
--
Regards
Minh Van Nguyen
--
To post to this group, send email to sage-support@googlegr
Hello group,
I've been eyeing Sage for a while-- it has always struck me as a
wonderful project. Recently I have started trying to use it for
homework assignments and have had very encouraging results so far.
However, tonight I have been trying to solve an open channel flow
problem which require
41 matches
Mail list logo