Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 13:04:12
Size: 565
Editor: 172
Comment:
Revision 3 as of 2010-12-16 11:37:52
Size: 627
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
   * <sai,raghavendra,lakshminarayana>, <student>, <prakasam engineering college>
   * <Your Name>, <Profession>, <Organization>
   * <sai krishna>, <student>, <prakasam engineering college>
   * <
raghavendra>, <student>, <prakasam engineering college>
   * <
lakshminarayana>, <student>, <prakasam engineering college>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

t=var('t')
a=vector([5*t,t*t,t*t*t])
r=vector([t,t,t])
r1=diff(r,t)
print r1
x=a * r1
print x
y=integrate(x,(t,0,1))
print y
p=vector([t,t,t*t])
r2=diff(p,t)
print r2
z=r2 * a
print z
b=integrate(z,(t,0,1))
print b

  • Solution by:

    • <sai krishna>, <student>, <prakasam engineering college>

    • <raghavendra>, <student>, <prakasam engineering college>

    • <lakshminarayana>, <student>, <prakasam engineering college>

Kreyszig-9.1-3 (last edited 2010-12-16 11:40:00 by prakasam team)