MathGroup Archive 2012

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

Search the Archive

[newb] simple equation substitutions

  • To: undisclosed-recipients:;
  • Subject: [mg128535] [newb] simple equation substitutions
  • From: Neal Becker <ndbecker2 at gmail.com>
  • Date: Thu, 1 Nov 2012 03:19:28 -0400 (EDT)
  • Approved: Steven M. Christensen <steve@smc.vnet.net>, Moderator
  • 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
  • Newsgroups: comp.soft-sys.math.mathematica

{y == x + 2, x == 7}

Solve[%, y]

-> {}

What I expected to happen is have x->7 applied to y == x+2.

My real plan is to develop a list of (a lot more complicated) expressions that will have repeated substitutions applied.

Why didn't the above work and/or what should I do instead?



  • Prev by Date: Conformal Mapping
  • Next by Date: Workbook demands .mov file on opening, how do I suppress?
  • Previous by thread: Re: Conformal Mapping
  • Next by thread: Re: simple equation substitutions