Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:37:34
Size: 494
Editor: 172
Comment:
Revision 2 as of 2010-12-15 12:38:22
Size: 479
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
   * <Teja>, <Student>, <BIT>
   * <Nikhil>, <Profession>, <IIT-B>
   * Teja, Student, BIT
   * Nikhil, Student, IIT-B
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

#Defining the vectors
a=vector([2,0,3])
b=vector([0,6,2])
c=vector([3,3,0])

#Calculating and printing the volume of the tetrahedron which is the triple product
#of the given vectors
abs(a*b.cross_product(c))/6

  • Solution by:

    • Teja, Student, BIT
    • Nikhil, Student, IIT-B

Kreyszig-8.3-7 (last edited 2010-12-16 07:46:05 by punchagan)