|
Size: 494
Comment:
|
← Revision 3 as of 2010-12-16 07:46:05 ⇥
Size: 531
Comment: Wrong template used
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from SageDays/Kreyszig-8.3-7-S | |
| Line 23: | Line 24: |
| * <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
