about NeedImmediate_HelpfromAnyAlphaSagenb_user

331 days ago by marius_darie

7/1/2011 #Hello everyone, #Need your help! #Why does "Share" -- not work in alpha.sagenb.org? It used to work in earlier version. (ver 4.6+) If anyone can see this and knows how to solve this problem. Please "share" your thoughts to me -- dg1234. Appreciate your help, fellow SAGE users!! Or publish (if share won't work)...and I'll monitor "published" worksheets. #I think we should have a forum here at alpha! 
       
I tried communicating with the admin but received no replies. So I thought of publishing this and get help from the more techy guys in alpha-sage. 
       
factor(100) 
       
2^2 * 5^2
2^2 * 5^2
factor(3*x-15) 
       
3*x - 15
3*x - 15
doesn't work well on simple expression 
       
Even importing no longer works! arghhh. 
       
factor(5) 
       
5
5
#3*x - 15 is a monom factor(3*x - 15) 
       
3*x - 15
3*x - 15
#but try this factor(expand((3*x - 15)^2)) 
       
9*(x - 5)^2
9*(x - 5)^2
#same 'problem' is factor(3*sqrt(2)-15) 
       
3*sqrt(2) - 15
3*sqrt(2) - 15