Differences between revisions 1 and 2
Revision 1 as of 2010-08-09 14:01:54
Size: 514
Editor: hector1618
Comment:
Revision 2 as of 2010-08-09 14:04:57
Size: 515
Editor: hector1618
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
   * <Prafullkumar Tale>, <Student>, <IIT Roorkee>
   * <Snehal Mitragotri>, <Lecturer>, <WIT>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

a,E0,R,c,t = var('a,E0,R,c,t')      #Declaring all as a variable
assume(a>0)                     #We need to specify that a is non-negative
I_t = E0/R + c*exp(-a*t)       #Equation for I_t
limit(I_t,t=Infinity)

  • Solution by:

    • <Prafullkumar Tale>, <Student>, <IIT Roorkee>

    • <Snehal Mitragotri>, <Lecturer>, <WIT>

SageDays/Kreyszig-1.7-1-1 (last edited 2010-08-09 14:04:57 by hector1618)