|
Apologies for the notation. By diag(b) I mean a 2x2 matrix with the 2x1 vector b down the diagonal (as you first suggest). When I stated:
A diag(b) c = diag(b) b
I actually meant:
{ {a00,a01},{a10,a11} } x { {b1,0},{0,b2} } x { {c1},{c2} } = { {b1,0},{0,b2} } x { {b1},{b2} }
a00, a01, a10, a11 are all numbers/coefficients. Vectors b and c contain the variable I am trying to solve for (prices). Vector b has price to the exponent of price elasticity and vector c is simply the price vector - which I am solving for. When on the same side of the equation, I have been able to solve the various vectors containing price for the optimal price.
My solution would look like: { {c1},{c2} } = { {x},{y} } but this will involve me simplifying the b and c vectors (probably by taking the log to isolate the price elasticities). In the meantime I would be ecstatic if there is a way to be able to get a statement like:
{ {a00,a01},{a10,a11} } =
Thanks again for any help or suggestions!
|