product of a vector by a number

Calculus in processing ... please wait
The vector calculator allows to calculate the product of a vector by a number online.
product_vector_number(`3;[5;5;6]`), returns [15;15;18]

Product of a vector by a number

The vector calculator allows to calculate the product of a vector by a number online.


The vector calculator allows for the calculation of the vectors online: it can multiply a vector by a real using the coordinates of the vector. It is possible to do symbolic calculations using letters.

Product calculation of a vector by a real

The calculator can be used to determine the product of a vector by a real online.

To get the product of the vector `((5),(5),(6))` by the real 3, enter: product_vector_number(`3;[5;5;6]`) ,after calculation, result [15;15;18] is returned.

Symbolic calculation product of a vector by a real

The calculator is also able to calculate the product of a vector by a real that uses letters as coordinates.

To get the product of the vector `((a),(3a),(6b))` by the real 3, enter product_vector_number(`3;[a;3a;6b]`) ,after calculation, result [3a;9a;18b] is returned.

Syntax :

product_vector_number(number;vector)


Examples :

product_vector_number(`3;[5;5;6]`), returns [15;15;18]

See also
List of related calculators :