By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Previous | Index >

Vector Scalar Multiple

Multiplication of a vector Vector scalar multiple by a scalar Vector scalar multiple will change the magnitude of the vector Vector scalar multiple times. The direction of the scalar multiple Vector scalar multiple is the same as the input vector Vector scalar multiple if Vector scalar multiple and the opposite direction if Vector scalar multiple . The magnitude of the scalar multiple is stretched when Vector scalar multiple and shrink when Vector scalar multiple .The line of application of the vector does not change, they are collinear (there is no distinction between parallel and collinear in vectors of our definition).
Vector scalar multiple Vector scalar multiple Vector scalar multiple

Example

Vector scalar multiple , Vector scalar multiple , then Vector scalar multiple , Vector scalar multiple .

The interactive program below show you algebraic of vector scalar multiple. Your input must be a vector and the program will produce the result of vector scalar multiple.


Vector a = scalar k =

Properties

Some important properties of vector scalar multiple are

  • Vector scalar multiple is a commutative operation. If you reverse the order you will get the same result Vector scalar multiple
  • Vector scalar multiple is an associative operation. You can exchange the order of computation (operation inside parentheses are to be computed first) does not change the result Vector scalar multiple .
  • Vector scalar multiple is also an associative operation with respect to vector inner product. You can exchange the order of computation without changing the result Vector scalar multiple .
  • Vector scalar multiple is a distributive operation. You can distribute (and group) the scalar with respect to addition Vector scalar multiple and multiplication Vector scalar multiple .
  • When the scalar is zero, vector scalar multiple will produce a zero vector Vector scalar multiple
  • When the scalar is one, vector scalar multiple will produce the input vector itself Vector scalar multiple
  • When the scalar is negative one, vector scalar multiple will produce the negative of the input vector Vector scalar multiple

See also : Eigen value & Eigen vector , matrix scalar multiple

< Next | Previous | Index >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .