Differences between revisions 2 and 3
Revision 2 as of 2010-08-09 14:10:55
Size: 358
Editor: sawankumar
Comment:
Revision 3 as of 2010-08-12 08:43:49
Size: 347
Editor: namdev more
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

SageDays/Kreyszig-2.7-2 (last edited 2010-08-12 08:43:49 by namdev more)