|
Size: 611
Comment:
|
← Revision 3 as of 2010-08-12 09:35:51 ⇥
Size: 663
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 10: | Line 10: |
| c=var('c') # An arbitary Constant | c=var('c') # An arbitary Constant |
| Line 12: | Line 12: |
| u=sin(9*t)*sin((1/4)*x) | u=cos(4*t)*sin(2*x) |
| Line 14: | Line 14: |
| solve(pde,c) | print solve(pde,c) |
| Line 16: | Line 16: |
| }}} |
plot3d(lambda x, t:cos(4*t)*sin(2*x) , (-2,2), (-2,2)) |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
