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
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
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
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