[sage-edu] SageIDE as an education-oriented GUI for Sage

2009-10-06 Thread Ted Kosan
A couple of years ago when I was active in the Sage project, I began work on an education-oriented GUI for Sage which I called SageIDE. SageIDE (which I renamed MathRider) has now reached the point where it is capable of being interfaced to Sage and my thought is that some people on this list may

[sage-edu] Re: Reducing the size of SAGE install

2009-10-06 Thread Harald Schilly
On Oct 6, 2:08 pm, Joaquim Puig wrote: > Currently, we are trying to locally install SAGE on our computer labs, > but we have very few space left for applications. First, if you have a computer lab, you can use NFS! It's maybe a bit slower on startup, but should work quite well. The reason is, t

[sage-edu] Reducing the size of SAGE install

2009-10-06 Thread Joaquim Puig
Dear all, This is my first question to the group. Some time ago, there was a discussion about reducing the size of sage install: http://groups.google.com/group/sage-edu/browse_thread/thread/66f10435fa9d07dc Currently, we are trying to locally install SAGE on our computer labs, but we have very

[sage-edu] functions that return equations

2009-10-06 Thread michel
This was a pleasant surprise. I discovered it over the weekend. sage: f(x, y, A, B, C) = (A*x + B*y + C == 0) Having defined general form, you can assign values to the parameters to derive whatever particular equation you might want: sage: f(A=1, B=2, C=3) x + 2*y + 3 == 0 If you assign a va