Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Distributive property of matrix-vector multiplication?

Writer Matthew Harrington
$\begingroup$

I know that matrix multiplication is not distributive but what about matrix-vector multiplication? If $A \in \mathbb{R^{m \times n}}$ and $\vec{x}+\delta \vec{x} \in \mathbb{R^{n \times 1}}$. Then can I write $A(\vec{x}+\delta \vec{x})$ as $A(\vec{x}) + A(\delta \vec{x})$? If yes, what is this property/law called?

$\endgroup$ 2

1 Answer

$\begingroup$

Matrix-vector multiplication is a special case of matrix multiplication, which is distributive.

(In general, matrix multiplication is not commutative, but it is distributive.)

Your claim that $A(\vec{x}+\delta \vec{x})=A(\vec{x}) + A(\delta \vec{x})$ can also be seen as linearity.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy