Re: Plot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg61596] Re: [mg61578] Plot problem
- From: Chris Chiasson <chris.chiasson at gmail.com>
- Date: Sun, 23 Oct 2005 05:46:01 -0400 (EDT)
- References: <200510220911.FAA15017@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
solns[1]=Solve[And[Lamda==Sqrt[R A x/B],R==C x (D+EE/Lamda)],{x},{Lamda}] reps[1]={A\[Rule]1,B\[Rule]2,C\[Rule]3,D\[Rule]4,EE\[Rule]5} Plot[#,{R,-10,10}]&/@Evaluate[x/.solns[1]/.reps[1]] On 10/22/05, smilehezuk <smilehezuk at gmail.com> wrote: > Hi everyone! > > I want to solve these equations and plot. Please tell me how. > > There are two equations; > > Lamda = Sqrt[R A x/B], R = C x (D + E/Lamda) > (A,B,C,D,E : constants, x : another variable) > > I need to plot R versus x. > > Please help me. > > Thank you in advance. > > -- Chris Chiasson http://chrischiasson.com/contact/chris_chiasson
- References:
- Plot problem
- From: "smilehezuk" <smilehezuk@gmail.com>
- Plot problem