Re: equation solving
- To: mathgroup at smc.vnet.net
- Subject: [mg75212] Re: equation solving
- From: dimitris <dimmechan at yahoo.com>
- Date: Fri, 20 Apr 2007 00:45:10 -0400 (EDT)
- References: <f07a35$4bn$1@smc.vnet.net>
Your Mathematica code appeared in unreadable form. Try repost it BUT this time select the cells (both inputs & outputs) and press Shif+Ctrl+I (simultaneously!) in order to convert everything to InputForm. Then select the "Copy as Plain Text". Also try to avoid the use of special characters like greek letters when you post to the forum. I think if you follow this advice we can see your equations! Dimitris =CF/=C7 omur.tosun at gmail.com =DD=E3=F1=E1=F8=E5: > hi, > i'm a bit confused, hope someone help me... > > here is my equations: > > for a = =CE=BBd / (=CE=BBd + =CE=BBin) > > P(0,0)= 1 / > ( k + ((k-1) * (=CE=BBin/=CE=BCin)) + ((k-1) * (=CE=BBin/=C= E=BCm)) + > (a * ((1-a^(n-k))/(1-a))) + > (a * ((1-a^(n-k))/(1-a)) * (=CE=BBin/=CE=BCin)) + > (a * ((1-a^(n-k))/(1-a)) * (=CE=BBin/=CE=BCM)) + > ((a^(n-k) * (=CE=BBd/=CE=BCD)) > ) > > Availability (A) = P(0,0)*(k + (a * (1-a^(n-k)))) > > i want to find the optimal =CE=BBin which max. the availability.. is = there > any way to solve without giving any numerical values? i use D[A, =CE== BBin] > but without numerical values i couldn't achieve any solution > > and i want to plot A-=CE=BBin from the equation, what should i do for= it? > > best regards...