maths.freePrecalculus › Vectors

Vectors

Magnitude, direction, components, and adding vectors head to tail.

A vector is a quantity with magnitude and direction — displacement, velocity, force. In components it is just a column of numbers, adding entry by entry; its length comes from Pythagoras. Linear algebra picks up here.

작업 예제: [[3],[4]]

[[3],[4]]

\left[\begin{matrix}3\\4\end{matrix}\right]

단계별로

  1. \left[\begin{matrix}3\\4\end{matrix}\right]

    A 2×1 matrix.

  2. \operatorname{rank} A = 1

    Rank (number of independent rows).

  3. A^T = \left[\begin{matrix}3 & 4\end{matrix}\right]

    Transpose.

답을 드러내세요
\left[\begin{matrix}3\\4\end{matrix}\right]

자신만의 길을 찾아보세요

에 더 Precalculus