MathGroup Archive 2008

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

Search the Archive

Re: symbolic evaluation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86983] Re: [mg86951] symbolic evaluation
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Fri, 28 Mar 2008 03:14:48 -0500 (EST)
  • References: <200803271317.IAA19662@smc.vnet.net>

On Mar 27, 2008, at 9:17 AM, news.east.cox.net wrote:

> I'm using Mathematica 5.1 I want to evaluate a simple equation
> symbolically, such as 7x = 14. of course the answer should be x =  
> 14/7.
> I can't find a clear example on how to do this with a simple equation.
> Can anyone help me?

x/.Solve[7 x==14,x]

As for where that expression came from I suggest looking up the  
component pieces (starting with Solve) in the help documentation.

Regards,

Ssezi


  • Prev by Date: Re: symbolic evaluation
  • Next by Date: Re: Another stylesheet question
  • Previous by thread: symbolic evaluation
  • Next by thread: Re: symbolic evaluation