Differences between revisions 2 and 3
Revision 2 as of 2010-12-16 07:36:22
Size: 358
Editor: punchagan
Comment: Removed example 7 to put in different page
Revision 3 as of 2010-12-16 07:36:42
Size: 407
Editor: punchagan
Comment: Wrong template used
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Hirst-chapter-8 ex-5,7
  • Book

    Calculus of One Variable

    Author

    Keith E. Hirst

    Edition

p= vector([866,500,0])
r= vector([0,-1.5,0])
m= r.cross_product(p)
print m

  • Solution by:

    • Naren Dhupati, student, Oklahoma State University
    • Chandrahas, student, IIT Chennai

Hirst-8.5 (last edited 2010-12-16 07:36:42 by punchagan)