Differences between revisions 2 and 3
Revision 2 as of 2010-12-15 12:56:04
Size: 178
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 20: 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)