biskbee

4 Reputation

2 Badges

18 years, 114 days

MaplePrimes Activity


These are questions asked by biskbee

Hi, I am trying to solve these 6 equations with 6 unknowns. Unfortunately, "fsolve" does not give numerical results. Please let me know if there are other commands that I can use. I am using Maple 10.06 (Build ID 255401). restart; C := 2; TY := .9; Y := Vector(1 .. C, TY/C); TM := 1; DL := 5; eq1 := X1 = (Y[1]+Z2)/TM; eq2 := X2 = (Y[2]-Z2)/M2; TX := X1+X2; eq3 := M2 = (1-X1)*TM+X1/(1/TM+W1); W0 := Y[1]/TM^2+Y[2]/M2^2; EF := W0/(1-TX); eq4 := W2 = EF+X1*min(W2, DL); eq5 := W1 = (TX*EF-X2*W2)/X1; eq6 := Z2 = Y[2]*max(0, W2-DL)/W2; fsolve({eq2, eq5, eq1, eq3, eq6, eq4}, {M2, X1, X2, Z2, W1, W2});
Page 1 of 1