Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 12:55:01
Size: 168
Editor: sprint_first
Comment:
Revision 3 as of 2010-12-16 08:42:52
Size: 279
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 3: Line 4:
Line 4: Line 6:
Line 5: Line 8:
Line 6: Line 10:
Line 15: Line 20:

#Sundeep, EnhanceEdu, 9849935890
#Arun, UNCC, 7893377737
#Bala subrahmanyam, VIT-B, 9985415959

var('x')

var('y')

var('z')

v1=y*z

v2=3*z*x

v3=z

(diff(v3,y)-diff(v2,z))+(diff(v1,z)-diff(v3,x))+(diff(v2,x)-diff(v1,y))

ANSWER:

-3*x + y + 2*z

#Sundeep, EnhanceEdu, 9849935890 #Arun, UNCC, 7893377737 #Bala subrahmanyam, VIT-B, 9985415959

Kreyszig-curl (last edited 2010-12-16 08:42:52 by 172)