[sage-support] Re: errors when defining R functions

2014-02-22 Thread Emmanuel Charpentier
I get normal error detection. In a worksheet (in 'r' mode) : bar-function(x) { y-x+3) return(y) } gives : Erreur : ')' inattendu(e) in: bar-function(x) { y-x+3) Erreur : objet 'y' introuvable Erreur : '}' inattendu(e) in } In a terminal : charpent@asus16-ec:~$ sage -R R version

[sage-support] WHAT HAPPENED ABOUT ASK.SAGEMATH.ORG?

2014-02-22 Thread cjsh100 cjsh100
all yesterday was attacked by spams.who ? -- 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,

[sage-support] Re: WHAT HAPPENED ABOUT ASK.SAGEMATH.ORG?

2014-02-22 Thread Jason Grout
On 2/21/14 11:14 PM, cjsh100 cjsh100 wrote: all yesterday was attacked by spams.who ? See https://groups.google.com/forum/#!topic/sage-devel/9FEtOJHecf4 Thanks, Jason -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from

[sage-support] How to extract value from array

2014-02-22 Thread Santanu Sarkar
Following code I want to assign a value. var('a,t,x') T=[t==1, a==2] Now I want to make x=t which is 1 in this case. That is x will be 1. -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails