CrossProduct in Spherical Coordinates
- To: mathgroup at smc.vnet.net
- Subject: [mg75298] CrossProduct in Spherical Coordinates
- From: gogoant06 at yahoo.com.hk
- Date: Tue, 24 Apr 2007 03:26:30 -0400 (EDT)
Dear all, I am really new to mathematica and I have met a damn simple problem. In[1]:= <<Calculus`VectorAnalysis` In[2]:= CrossProduct[{1,0,0},{0,1,0},Spherical] Out[2]= {0,0,0} Why? Isn't the result supposed to be {0,0,1}, even in spherical coordinates? best regards, lion
- Follow-Ups:
- Re: CrossProduct in Spherical Coordinates
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: CrossProduct in Spherical Coordinates
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: CrossProduct in Spherical Coordinates