|
Size: 358
Comment:
|
← Revision 3 as of 2010-08-12 08:43:49 ⇥
Size: 347
Comment: As W!=0,the basis functions are linearly independent
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| * sawankumar khillare, MGM-jnec, | * dilip,teaching,RGIT |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x=var('x')
W=det(matrix([[1,exp(x)],[0,exp(x)]]))
print W
W.simplify_rational()
Solution by:
- namdev more, teaching, RGIT,
- dilip,teaching,RGIT
