MathGroup Archive 2000

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

Search the Archive

Function of solve is not running !

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25999] Function of solve is not running !
  • From: park2229 <park2229 at kaist.ac.kr>
  • Date: Wed, 15 Nov 2000 02:09:48 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

solve is malfunction !

x1~x2 : variables,
k1~k11, phi : constants
Solve[{2 x5 + 2 x4 + x6 + x11 == 8 (x1 + x3)/3,
    2 x2 + 2 x3 + x1 + x5 + x6 + x7 + x9 == 5 (x1 + x3)/(3 [Phi]),
    2 x8 + x9 + x10 == 18.81 (x1 + x3)/(3 [Phi]), x3/(x1*x2^0.5) 
== k3,
    x5/(x4*x2^0.5) == k5, x6/(x4^0.5*x2^0.5) == k6, x7/(x2^0.5) 
== k7,
    x9/(x8^0.5*x2^0.5) == k9, x10/(x8^0.5) == k10, x11/(x4^0.5) 
== k11,
    x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 + x10 + x11 == 1}, 
{x1, x2, x3,
     x4, x5, x6, x7, x8, x9, x10, x11}]

Are that equations  wrong ?

Please help me !!




  • Prev by Date: Re: Mathematica
  • Next by Date: Re: How to find Complex roots !!
  • Previous by thread: Re: vertical lines
  • Next by thread: Q2: Symbolize: How to create a table of indexed symbols?