On 03/26/2010 09:09 PM, Minh Nguyen wrote:
Hi,
On Sat, Mar 27, 2010 at 12:46 PM, wrote:
I don't
see any Calc III or Multivariate Calculus or Vector Calculus texts.
See "Vector Calculus" by Michael Corral:
http://www.mecmath.net/
Also see http://mathbooks.110mb.com/mylist.
Hi,
On Sat, Mar 27, 2010 at 12:46 PM, wrote:
> I don't
> see any Calc III or Multivariate Calculus or Vector Calculus texts.
See "Vector Calculus" by Michael Corral:
http://www.mecmath.net/
--
Regards
Minh Van Nguyen
--
You received this message because you are subscribed to the Google
Yes, see http://www.sagemath.org/library-books.html
<<
Yes, I've seen this. The Linear Algebra text is monstruously long! I
don't see any Calc III or Multivariate Calculus or Vector Calculus
texts.
HTH,
A. Jorge Garcia
http://calcpage.tripod.com
Teacher & Professor
Applied Mathematics, P
On Thu, Mar 25, 2010 at 10:46 PM, wrote:
> What about this one:
>
> http://www.sagenb.org/home/pub/1839
>
> where I solve ax=b for x where a is a 2x2 matrix and b is 2x1 so x is 2x1.
>
> My question is, what if I want to solve the same system of equations as xa=b
> where a is 2x2 and b is 1x2 so
What about this one:
http://www.sagenb.org/home/pub/1839
where I solve ax=b for x where a is a 2x2 matrix and b is 2x1 so x is
2x1.
My question is, what if I want to solve the same system of equations as
xa=b where a is 2x2 and b is 1x2 so x should be 1x2?
BTW, now that I have my matrix al
Yes, I did try all this in SAGE successfully based on your help! Thanx
so much! Please see my recent posts for published worksheets showing
my attempts
Thanx,
A. Jorge Garcia
http://calcpage.tripod.com
Teacher & Professor
Applied Mathematics, Physics & Computer Science
Baldwin Senior High
On 03/25/2010 07:07 PM, calcp...@aol.com wrote:
How about this?
Have you tried doing all of these in Sage? The syntax below (except for
the matrix creation) should work just fine. I presume you've already
tried finding the answers in the documentation---if the documentation is
lacking
How about this?
SAMPLE OCTAVE INPUT FILE:
#!/usr/bin/octave -q
diary matrix1.txt
%matrix1.m MrG 2009.0527
%purpose: practice with matrix arithmetic
%initialize 2 matrices of dimension 2x2
a=[1 5;-1 2]
b=[-2 1;1 1]
%matrix sums
c=a+b
d=b-a
%matrix products
e=a*b
f=b*a
g=a**2
h=b**3
%m
On 03/24/2010 11:57 PM, Rob Beezer wrote:
m.apply_map(), I believe off-hand.
That's it. Not sure why I didn't see that. Sorry for the noise.
Maybe because it started with "apply", which isn't exactly the most
obvious word when you are looking for this option. It would be nice to
> m.apply_map(), I believe off-hand.
That's it. Not sure why I didn't see that. Sorry for the noise.
Thanks,
Rob
--
You received this message because you are subscribed to the Google Groups
"sage-edu" group.
To post to this group, send email to sage-...@googlegroups.com.
To unsubscribe from
On 03/24/2010 11:42 PM, Rob Beezer wrote:
Jason,
On Mar 24, 9:26 pm, Jason Grout wrote:
Scipy/numpy is much closer to MATLAB in that respect. You can't do
sin(m) (where m is a matrix) meaningfully in Sage yet. In scipy/numpy,
it would give you the sin of each element.
Is there a w
Jason,
On Mar 24, 9:26 pm, Jason Grout wrote:
> Scipy/numpy is much closer to MATLAB in that respect. You can't do
> sin(m) (where m is a matrix) meaningfully in Sage yet. In scipy/numpy,
> it would give you the sin of each element.
Is there a way to do something like m.map(sin)? Should ther
Jorge,
vector and matrix objects as described here are Sage constructions.
Behind the scenes different packages might do the computations (such
as numpy).
I don't know MATLAB, but here's a way to square every entry of a
matrix ("process the data"). Might be an easier way that I don't
know.
sage
13 matches
Mail list logo