MathGroup Archive 2008

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

Search the Archive

Solve's Strange Output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26] Solve's Strange Output
  • From: Bruce Colletti <bwcolletti at verizon.net>
  • Date: Sun, 25 May 2008 02:04:20 -0400 (EDT)

Re 6.0.2 under WinXP.

This code's output is strange:  what does 0.-7.9424 g mean?  Ditto for all values returned by Solve.

Thankx.

Bruce


{x[0],y[0]}={10.5,6.08};
{x[1],y[1]}={3.23,14.4};
{x[2],y[2]}={18,12.7};
m=16.1;

Solve[{a+c==0,b+d==m*g,d(x[2]-x[0])==c(y[2]-y[0]),a(y[1]-y[0])==b(x[1]-x[0])},{a,b,c,d}]

Out[11]= {{a->0.-7.9424 g,b->0.+9.08951 g,c->0.+7.9424 g,d->0.+7.01049 g}}


  • Prev by Date: Symbols in expression
  • Next by Date: Re: Export 3d color information as a texture?
  • Previous by thread: Re: Symbols in expression
  • Next by thread: Re: Solve's Strange Output