Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 5 years ago

nbruin gravatar image

I assume your matrix A has entries that do not depend on the entries of x? Then with y=Ax you already define y to be a linear function in x, so the derivative of y with respect to x is simply xA.

Similarly, assuming that A a symmetric matrix that is independent of x (otherwise your function doesn't deserve the name quadratic form) you have that the total derivative of α with respect to x is simply xxtA.

No computation necessary; just a calculus book.