(21S) 3D Vectors Dot Product and Angle between Vectors - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (21S) 3D Vectors Dot Product and Angle between Vectors (/thread-8806.html) |
(21S) 3D Vectors Dot Product and Angle between Vectors - Eddie W. Shore - 08-10-2017 04:51 AM Input: [R1, R2, R3] and [R4, R5, R6]. Store the amounts before running the program (XEQ B) Program (47 steps): Code: Step Code Key Notes The key strokes for the HP 20S is similar. Example: [1, -2, 4]; [3, 7, 6] Results: Dot = 13 Angle = 72.98650490190° |