From: Aykut Lenger on
Dear users,

I am just a beginner user of matlab? I need to take a derivation of simultaneous equations system as

X1 = aX1(X1,...,Xn)+bX2(X1,...,Xn)+...+zXn(X1,...,Xn)
..
..
..
Xn= aX1(X1,...,Xn)+bX2(X1,...,Xn)+...+zXn(X1,...,Xn)

I want to obtain the following vector

dx1/dx2+dx1/dx3+...+dx1/dxn
..
..
..
dxn/dx1+dxn/dx2+...+dxn/dxn-1

Can I do that in Matlab? I could not find it in help contents. I would very much appreciate if you could guide me about it? Thank you in advance

Aykut