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.
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.
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.
product_vector_number(number;vector)
product_vector_number(`3;[5;5;6]`), returns [15;15;18]