[sage-support] How to determine coefficients in a polynomial expression when the coefficients depends on variables?

2014-07-14 Thread Jonathan Holmes
Suppose EXP2 is an expression which happens to be a polynomial in one collection C of variables C_1,C_2,C_3,...C_n with coefficients depending on a collection D of variables D_1,D_2,...,D_m (EXP2=sum_{alpha in I}[A_alpha(D_1,D_2,...,D_m)*product_{k=1}^n[C_{alpha_k}^{alpha_k}]], where I is a

Re: [sage-support] How to determine coefficients in a polynomial expression when the coefficients depends on variables?

2014-07-14 Thread John Cremona
On 14 July 2014 04:47, Jonathan Holmes freeps...@gmail.com wrote: Suppose EXP2 is an expression which happens to be a polynomial in one collection C of variables C_1,C_2,C_3,...C_n with coefficients depending on a collection D of variables D_1,D_2,...,D_m (EXP2=sum_{alpha in

[sage-support] GIT repository and installation

2014-07-14 Thread Oscar Alberto Castillo Felisola
I'm a regular user of Sage. First I used the Ubuntu version, and now that I run a Debian flavour of Linux, I compile the source each time a new version is release. However, I'm intriguing whether or not is possible to build Sage from the git repository. *Is it possible? How could I do that?*

Re: [sage-support] GIT repository and installation

2014-07-14 Thread John Cremona
On 14 July 2014 12:21, Oscar Alberto Castillo Felisola o.castillo.felis...@gmail.com wrote: I'm a regular user of Sage. First I used the Ubuntu version, and now that I run a Debian flavour of Linux, I compile the source each time a new version is release. However, I'm intriguing whether or

Re: [sage-support] GIT repository and installation

2014-07-14 Thread Oscar Alberto Castillo Felisola
Checking it out! Thank you John. -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to

[sage-support] Re: Got sagenb running, need help

2014-07-14 Thread Jole Bradbury
I take it this is impossible? On Saturday, July 12, 2014 5:10:09 PM UTC-4, Jole Bradbury wrote: Ran sage: import sagenb.notebook.notebook_object as nb sage: nb.notebook(directory=mynotebook) And got the server running, I can log in on localhost. My problem is that for the past few

[sage-support] Re: Got sagenb running, need help

2014-07-14 Thread P Purkayastha
You should look at sagecell instead for this kind of thing: https://sagecell.sagemath.org/ https://github.com/sagemath/sagecell On Tuesday, July 15, 2014 4:12:14 AM UTC+8, Jole Bradbury wrote: I take it this is impossible? On Saturday, July 12, 2014 5:10:09 PM UTC-4, Jole Bradbury wrote: