How to solve
- To: mathgroup at smc.vnet.net
- Subject: [mg110681] How to solve
- From: Mohammed Forhad <kforhad77 at gmail.com>
- Date: Fri, 2 Jul 2010 02:55:34 -0400 (EDT)
Hi, I am a new user of mathematica. I want to find the value of x interms of other constant a,b,s,t,h,f 1. In[13]:= FindRoot[[alog[x]+b+a-[s+t]a/x-a/x[1/[alog[x]+b]hf],{x, 1,10}] 2. Solve[a[1-b]x+abs-sqrt[x^b]c==0,x] Please help me how can I solve for x. Thanks in advanced Uddin