[sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread Francois Maltey
Dear all, > I'm looking for success stories from people who have used Sage in > their undergraduate teaching, particularly at the lower years. > > Also, any advice in convincing one's peers and institution that Sage > is an appropriate path to take? In particular, in switching away from > a pr

[sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread kcrisman
> > I'm not sure that other teachers will quickly change from maple to sage > for their own calculus because today I see 4 mains difference between > maple and sage : > > 1/ Syntax object.method, mathematics writes function(object) As you've noted, this is possible to get around. Also, if there

[sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread john_perry_usm
Hi. > I'm looking for success stories from people who have used Sage > in their undergraduate teaching, particularly at the lower years. I think this counts as a "success story". I've used Sage in two classes now: Honors Calc I, and MAT 305, a class our department calls "Mathematical Computing",

[sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread William Stein
On Tue, Nov 17, 2009 at 10:52 AM, Francois Maltey wrote: > > Dear all, >> I'm looking for success stories from people who have used Sage in >> their undergraduate teaching, particularly at the lower years. >> >> Also, any advice in convincing one's peers and institution that Sage >> is an appropr

[sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread Francois Maltey
kcrisman wrote : >> 3/ Object in Sage are finest than Maple way as 0*aMatrix >> > > Can you expand on what you mean by "finest"? > This calculus is maple-right but is user-discourteous. M = matrix ([[a,b],[c,d]]) 0*M = 0 with maple, and all other systems answer matrix([[0,0],[0,0]]) Even

[sage-edu] New to sage, trying to calculate a trinomial in sage

2009-11-17 Thread newbie43
I just installed sage on my linux server and i was wondering if anyone could tell me what im doing wrong here with this equation. The Equation says to factor this 1/9x^2 -1/6xy^2 + 1/16y^4 the answer they give in the textbook for the above equation is this (1/3x -1/4y^2) I put the equation i

[sage-edu] Re: New to sage, trying to calculate a trinomial in sage

2009-11-17 Thread David Joyner
On Tue, Nov 17, 2009 at 3:31 PM, newbie43 wrote: > > I just installed sage on my linux server and i was wondering if anyone > could tell me what im doing wrong here with this equation. > > The Equation says to factor this > > 1/9x^2 -1/6xy^2 + 1/16y^4 > > the answer they give in the textbook for

[sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread kcrisman
> This calculus is maple-right but is user-discourteous. > > M = matrix ([[a,b],[c,d]]) > 0*M = 0 with maple, and all other systems answer matrix([[0,0],[0,0]]) > > Even if you explain that for maple syntax, it's normal to get 0*A = 0 > because the right way is "evalm(0*M)", I repeat : "everyone th

Re: [sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread jason-sage
kcrisman wrote: > For the second one I use .row_space().matrix().rows() and .column_space > ().matrix().rows(), or whatever is appropriate. I agree that is > cludgy. It would also be nice to have an automatic "orthogonal > complement" or "perp" function, e.g. for getting the perp of a kernel > wi

Re: [sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread William Stein
On Tue, Nov 17, 2009 at 11:18 AM, William Stein wrote: > On Tue, Nov 17, 2009 at 10:52 AM, Francois Maltey wrote: >> >> Dear all, >>> I'm looking for success stories from people who have used Sage in >>> their undergraduate teaching, particularly at the lower years. >>> >>> Also, any advice in co

[sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread Alex Ghitza
On Tue, Nov 17, 2009 at 09:23:40PM +0100, Francois Maltey wrote: > This calculus is maple-right but is user-discourteous. > > M = matrix ([[a,b],[c,d]]) > 0*M = 0 with maple, and all other systems answer matrix([[0,0],[0,0]]) > > Even if you explain that for maple syntax, it's normal to get 0*A

Re: [sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread calcpage
>> I think this counts as a "success story". I've used Sage in two classes now: Honors Calc I, and MAT 305, a class our department calls "Mathematical Computing", where we basically teach majors who have completed the Calculus sequence some programming. In the past we used Maple. The class was or

Re: [sage-edu] Re: Advice on adopting Sage in undergrad teaching?

2009-11-17 Thread jason-sage
jason-s...@creativetrax.com wrote: > > I wrote an orthogonal complement function a long time ago; I'm surprised > to not be able to find it in Sage now. I thought it was merged in at > least a year ago. > > > Here's a quick shot at one, using the fact that the orthogonal complement of t