MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

How to find the roots of non linear equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129999] How to find the roots of non linear equations
  • From: Norman Polozka <normanmath at gmail.com>
  • Date: Sun, 3 Mar 2013 22:57:56 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

f1=a*Sin[x]/l0 + b*Sin[x]/l1 
f2= y*Cos[x]/l0+ y*Cos[x]/l1 - (1/e^y)
Solve[f1==0,f2==0,{x,y}]



  • Prev by Date: Re: Mathematica and Lisp
  • Next by Date: Solving non linear equations
  • Previous by thread: Re: Splice fails (Mathematica 9; Windows)
  • Next by thread: Re: How to find the roots of non linear equations