Casio ClassPad II Custom Commands

vectores (Function)

Command last updated 23/11/2022.

Download

vectores(a, b)

Returns the vector resolute of a in the direction of b.

Example

Find the vector resolute of \(3\boldsymbol{\hat{\imath}} - 4\boldsymbol{\hat{\jmath}} + 12\boldsymbol{\hat{k}}\) in the direction of \(2\boldsymbol{\hat{\imath}} + 2\boldsymbol{\hat{\jmath}} - \boldsymbol{\hat{k}}\). (2017 Specialist Exam 2 Section A Question 13)

vectores([3,-4,12], [2,2,-1])

Contributed by Nhan