[sage-edu] Re: There is any way to be part of this community without being forced to have a google account

2008-10-09 Thread William Stein
On Wed, Oct 8, 2008 at 8:04 PM, David Joyner <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 8, 2008 at 7:52 PM, Offray Vladimir Luna Cárdenas > <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> Congrats for Sage and this mailing list. I'm using Sage + TeXmacs + >> Connexions projects with my students to

[sage-edu] Re: A problem solving an exercise of vectors

2008-10-09 Thread DJDANG
Hello there, I just solve the problem as David Joyner explained. Here is the code: sage: var('w1,x2,x,y') (w1, x2, x, y) sage: U=x+2*y sage: V=(3*x)+(4*y) sage: W=(w1*x)+(4*y) sage: Z=((-2)*x)+(x2*y) sage: solve(2*u==w,w1) [w1 == 2] It´s not all done but is just a matter of putting solve and the

[sage-edu] Re: Open source multivariable calc book

2008-10-09 Thread mhampton
My immediate plans are pretty limited: I guess my ideal scenario would be to have support for a summer for myself and an undergraduate employee to convert Micheal Corral's book to use sage, and to add some content. So perhaps something like $20,000, for making a sage-based Calc III book that coul