|
Size: 666
Comment:
|
← Revision 3 as of 2010-12-16 07:29:33 ⇥
Size: 640
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from SageDays/Kreyszig-2.1-2 | |
| Line 7: | Line 8: |
| {{{ | |
| Line 15: | Line 17: |
{{{ Your Code Goes Here Copy the sage notebook text and paste/yank it here! |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
# page 66 EXAMPLE 2
reset()
def solve(y):
return diff(diff(y)) + y
print solve(1 + cos(x))
print solve(1 + sin(x))
print solve(2*(1 + cos(x)))
print solve((1 + cos(x))+(1 + sin(x)))
Solution by:
<T R Shyam Sundar>, <Student>, <CMI>
<Sonam Kumar>, <Student>, <CMI>
<Vignesh Ganapathiraman>, <Student> <CMI>
<Pooja Kalra>, <Student>, <Malwa Institute of Technology>
