|
⇤ ← Revision 1 as of 2010-12-16 12:34:14
Size: 405
Comment:
|
← Revision 2 as of 2010-12-16 12:35:27 ⇥
Size: 357
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
