[sage-support] Re: How to remove user accounts on my school server?

2012-08-24 Thread Jason Grout
On 8/25/12 12:10 AM, P Purkayastha wrote: On 08/25/2012 03:31 AM, kcrisman wrote: On Thursday, August 23, 2012 10:57:27 PM UTC-4, P Purkayastha wrote: If you want a completely new set of accounts and don't want to retain any of the old accounts, you can simply move the old sagenb

[sage-support] Re: How to remove user accounts on my school server?

2012-08-24 Thread P Purkayastha
On 08/25/2012 03:31 AM, kcrisman wrote: On Thursday, August 23, 2012 10:57:27 PM UTC-4, P Purkayastha wrote: If you want a completely new set of accounts and don't want to retain any of the old accounts, you can simply move the old sagenb directory (usually it is DOT_SAGE/sage_note

[sage-support] Re: test whether a system of multivariate polynomial equations is solvable

2012-08-24 Thread Geoffrey Irving
On Aug 24, 2012, at 6:19 PM, Geoffrey Irving wrote: > Hello, > > I'm implementing a code generator for simulation of simplicity (a way > to handle degeneracies in exact geometric computation). This involves > constructing and analyzing polynomials over a number of coordinate > variables plus on

[sage-support] test whether a system of multivariate polynomial equations is solvable

2012-08-24 Thread Geoffrey Irving
Hello, I'm implementing a code generator for simulation of simplicity (a way to handle degeneracies in exact geometric computation). This involves constructing and analyzing polynomials over a number of coordinate variables plus one special infinitesimal variable 'e'. For example, here's the pol

Re: [sage-support] plot color computet by function

2012-08-24 Thread David Joyner
On Wed, Aug 22, 2012 at 12:15 PM, danjo86 wrote: > Hey, > > i need some help. I try to definde the mandelbrotset with colors defined by > following function: > > sage: def mandel(x,y): > v=[];c=x+y*i;z=c;v.append(z) > for m in range(30): > if abs(z)<2: >

Re: [sage-support] CAS/LDAP

2012-08-24 Thread Nathan Yeung
Perhaps I can help update it. Merci, Nathan On Fri, Aug 24, 2012 at 6:14 PM, Nathan Yeung < nathan.ye...@mathematics.byu.edu> wrote: > Bonjour, > > Merci beaucoup! > > > On Wednesday, August 22, 2012 11:58:30 PM UTC-6, tdumont wrote: >> >> Le 23/08/2012 00:33, Nathan Yeung a écrit : >> > Hi, >>

Re: [sage-support] CAS/LDAP

2012-08-24 Thread Nathan Yeung
Bonjour, Merci beaucoup! On Wednesday, August 22, 2012 11:58:30 PM UTC-6, tdumont wrote: > > Le 23/08/2012 00:33, Nathan Yeung a écrit : > > Hi, > > > > I would like to add CAS/LDAP authentication to the Sage Server I just > created. Does anyone know how to do that for Sage? > > > > Sincer

Re: [sage-support] Re: How to remove user accounts on my school server?

2012-08-24 Thread Nathan Yeung
I would also like to be able to remove users. I found that the OpenIDManager object does not have a delete user function. On Fri, Aug 24, 2012 at 1:31 PM, kcrisman wrote: > > > On Thursday, August 23, 2012 10:57:27 PM UTC-4, P Purkayastha wrote: >> >> If you want a completely new set of accounts

[sage-support] Re: How to remove user accounts on my school server?

2012-08-24 Thread kcrisman
On Thursday, August 23, 2012 10:57:27 PM UTC-4, P Purkayastha wrote: > > If you want a completely new set of accounts and don't want to retain any > of the old accounts, you can simply move the old sagenb directory (usually > it is DOT_SAGE/sage_notebook.sagenb) to a different backup folder in

Re: [sage-support] Re: vim support

2012-08-24 Thread Ruslan Kiyanchuk
> That's true. But is anyone saying vim supports Sage syntax? > Nope, but that's the problem :) Would be nice to have full Sage syntax support (and autocompletion — sweet dreams :) since I'm pretty sure many of those who use Sage also use Vim. Unfortunately currently I'm not too good in vimscript

[sage-support] Re: vim support

2012-08-24 Thread Keshav Kini
Ruslan Kiyanchuk writes: > By being a hack, I mean that the setting has nothing to do with "Vim > support of Sage". It's  just forcing vim to interpret Sage files as > Python files, since sage is built upon Python and has similar > (though, not identical) syntax. Relatively to vim, it thinks that

Re: [sage-support] Re: vim support

2012-08-24 Thread Ruslan Kiyanchuk
By being a hack, I mean that the setting has nothing to do with "Vim support of Sage". It's just forcing vim to interpret Sage files as Python files, since sage is built upon Python and has similar (though, not identical) syntax. Relatively to vim, it thinks that it just works with Python. So one

[sage-support] Seeing a field as a vector space over its subfield.

2012-08-24 Thread sha2nk
q=7 K.=GF(q^31) k.GF(q^11) How can we treat K as a vector space over k? What about the basis of this vector space ? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscr