On Wed, Aug 12, 2015 at 1:24 PM, Dominique Laurain
<
dominique...@orange.fr> wrote:
>
> 1) Sign out and sign in => ok quicker now Loading only few secondes
>
> 2) first project always running (meaning the sign out has not stopped
> running projects)..or I am so fast ... ;-)
> check box (new) at the right for "running"
>
> 3) hopping now something will stop my worksheet...because I usually signed
> out (with previous SMC release)...when I factor()
> some expressions (very) difficult to symbolic factor
>
> 4) host is now
>
>
compute2-us.sagemath.com
>
> and no more (compute2-us)
>
> 5) looks very slow to factor() now...code like this
There are absolutely no changes to the backend with this update --
actual running code using Sage, etc., is identical. I didn't even
upgrade the version of Sage.
Actually running CPU intensive compute code on compute2-us is slow
right now... since there are a lot of people running cpu intensive
code. I looked right now and the load is "10". Try typing "uptime"
or top.
If you want to run cpu intensive code quickly for free, look elsewhere.
>
> res = solve([TriOnCircle(a,b,c,t,f) == 0,TriOnLine(t,l) == 0],tb,tc)
> if len(res) == 2 :
> ub = ((res[0][0].right() + res[1][0].right())/(2*ta)).factor() ;
> print "ub = ",ub # removing ta
> uc = ((res[0][1].right() + res[1][1].right())/(2*ta)).factor() ;
> print "uc = ",uc # removing ta
>
> ub, and uc printed values ... displayed very slowly
>
> Dominique
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-cloud" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
sage-cloud+...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/sage-cloud/7359bf35-1450-4b2c-aeb9-dba9ffb60eff%40googlegroups.com.