Linear Algebra

Matrix × Vector

Transform a vector by a matrix.

Formula

Formula
y = A·x

Variables

SymbolDefinitionType & rangeUnitsRole
A m×n matrix real matrix input
x n-vector list of real numbers input

Try it yourself

Interactive calculator
rows separated by ';' , values by commas
comma or space separated numbers
Result

Worked examples

Example 1
GivenA = 1, 2; 3, 4, x = 5, 6
Result[ 17, 39 ]
Example 2
GivenA = 2, 0; 0, 2, x = 1, 1
Result[ 2, 2 ]