Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:55:01
Size: 168
Editor: sprint_first
Comment:
Revision 2 as of 2010-12-15 12:56:04
Size: 178
Editor: sprint_first
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:

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

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