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
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
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
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
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:
>
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,
>>
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
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
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
> 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
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
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
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
13 matches
Mail list logo