|
⇤ ← Revision 1 as of 2010-12-17 03:34:54
Size: 399
Comment:
|
← Revision 2 as of 2010-12-17 03:36:56 ⇥
Size: 354
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 14: | Line 14: |
| u(1,-1) v(1,-1) |
u(0,4) v(0,4) |
| Line 23: | Line 23: |
| * <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('z')
z=x+y*I
f=(z-2)/(z+2)
u=w.real_part()
v=w.imag_part()
f(0+4*I)
u(0,4)
v(0,4)
Solution by:
- sneha , student ,pec
- divya ,student ,pec
