> y1:=exp(beta1*Z1+beta4*Z4)=gamma*exp(alpha1*Z1);
> y2:=exp(beta2*Z2+beta4*Z4)=gamma*exp(alpha2*Z2);
>
y3:=(exp(beta1*Z1+beta4*Z4)+exp(beta2*Z2+beta4*Z4))**theta=sigma*(exp(alpha1
*Z1)+exp(alpha2*Z2)+exp(alpha4*Z4));
> y4:=(exp(beta3*Z3))**theta=gamma*exp(alpha3*Z3);
The gamma and sigma are just scaling parameters (ie constants). It is
possible to derive expressions for b1, b2, b3, b4 and theta? I know that I
have five unknowns and only four equations so maybe this is not possible?
Any advice welcome.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.435 / Virus Database: 244 - Release Date: 30/12/2002
One might try
> solve({y1,y2,y3,y4},{beta1,beta2,beta3,beta4,theta});
Note that gamma is a constant in Maple, approximately 0.5772156649...
Alec Mihailovs
http://webpages.shepherd.edu/amihailo/