Understanding the Symmetric Matrix Problem: A Brief Overview

ak123456
Messages
50
Reaction score
0

Homework Statement


consider the 2*2 symmetric matrix A =
(a b )
(b c)
and define f: R^2--R by f(x)=X*AX . show that \nablaf(x)=2AX

Homework Equations





The Attempt at a Solution


quiet confuse about this question
\nablaf(x)=(

Homework Statement


consider the 2*2 symmetric matrix A =
(a b )
(b c)
and define f: R^2--R by f(x)=X*AX . show that \nablaf(x)=2AX

Homework Equations





The Attempt at a Solution


quiet confuse about this question
\nablaf(x)=(diff(f, x) , diff(f,y) )
can i set L=(u,v) to prove L is a linear map?
 
Physics news on Phys.org


I think it could be your notation, do you mean:

f:\Re^2 \rightarrow \Re
f:\textbf{x}\rightarrow z for \textbf{x}=(x,y) \in \Re^2, z \in \Re

with f defined by
f(\textbf{x}) = z = \textbf{x}^T \textbf{.A.x}
if unsure how about multiplying this out based on your matrix?

then what is
\nabla f(\textbf{x})?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top