Differences between revisions 1 and 2
Revision 1 as of 2010-12-16 12:34:14
Size: 405
Editor: xxx
Comment:
Revision 2 as of 2010-12-16 12:35:27
Size: 357
Editor: xxx
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
   * sneha,student,pec
   * divya,student,pec
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

var('x,y,z,z1')
z=x+y*I
z1=x-y*I
w=2*I*z+6*z1
u=w.real_part()
v=w.imag_part()
u(1/2,4)
v(1/2,4)

  • Solution by:

    • sneha,student,pec
    • divya,student,pec

Kreyszig-12.3-2 (last edited 2010-12-16 12:35:27 by xxx)