MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Almost symbolic computations (?)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90466] Almost symbolic computations (?)
  • From: Barbara Da Vinci <barbaradavinci at tahoo.it>
  • Date: Thu, 10 Jul 2008 06:35:14 -0400 (EDT)

Dear MathGroup

This is an example of the problem
I'm facing.

The code

   Needs["VectorAnalysis`"];
   Head /@ {ax, ay, az}
   A = {ax, ay, az};
     Curl[A]

returns

{Symbol, Symbol, Symbol}
{0, 0, 0}

Instead, I would get the
well known symbolic form

d_y az - d_z ay
...

I have been trying, for
a while, to perform string
manipulations but that,
of course, lays to ashes
the possibility to recognize

d_y az + d_y az = 2 d_y az

and so on.

Any way to get out of it ?

Kind regards


Barbara Da Vinci


  • Prev by Date: Re: How to show tick labels w/o showi the tick marks?
  • Next by Date: Re: Re: distribution fitting
  • Previous by thread: Re: Symbol function, a question
  • Next by thread: Re: Almost symbolic computations (?)