MathGroup Archive 2013

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

Search the Archive

Why mathematica can't solve this non linear equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120012] Why mathematica can't solve this non linear equation
  • From: Norman Polozka <normanmath at gmail.com>
  • Date: Tue, 5 Mar 2013 04:16:04 -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

Hi All,
   I need to solve below equation.  My PC got stuck.

Solve[{(\[Mu]0 Sin[t - t0])/Sqrt[ l2^2 + \[Mu]0 l2 Cos[t - t0] +
\[Lambda]0] + (\[Mu]1 Sin[t - t1])/ Sqrt[l2^2 + \[Mu]1 l2 Cos[t - t1] +
\[Lambda]1] ==  0, (2 l2 + \[Beta]0 + \[Mu]0 Cos[t - t0])/Sqrt[ l2^2 +
\[Mu]0 l2 Cos[t - t0] + \[Lambda]0] + ( 2 l2 + \[Beta]1 + \[Mu]1 Cos[t -
t1])/Sqrt[  l2^2 + \[Mu]1 l2 Cos[t - t1] + \[Lambda]1] + 2/( 1 + V
r^(l2/D0)) == 0}, {t, l2}]




  • Prev by Date: Re: Strange behavior of System Modeler
  • Next by Date: Re: Mathematica and Lisp
  • Previous by thread: Mathematica can't solve this equations and stuck my PC
  • Next by thread: Re: Why mathematica can't solve this non linear equation