MathGroup Archive 1997

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

Search the Archive

Re: Extracting functions from Solve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7071] Re: [mg7027] Extracting functions from Solve
  • From: "Sherman.Reed" <sherman.reed at worldnet.att.net>
  • Date: Sat, 3 May 1997 22:05:00 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Mark,

This is how I do it:

sometimes the email package omits braces on lists, so be careful.

{f1,f2}=Solve[x^2+y^2==1,y]

Sherman C. Reed
sherman.reed at worldnet.att.net




----------
> From: mark christopher haase <haas at midway.uchicago.edu>
> To: mathgroup at smc.vnet.net
> Subject: Extracting functions from Solve
> Date: Friday, May 02, 1997 8:30 PM
> 
> Dear MMA Users:
> 
> How may I extract and define as functions the solutions derived from
Solve?
> 
> E.g., Solve[x^2+y^2==1,y], I would like to define two functions f1 and f2
that 
> are the solutions to this.
> 
> Thank you very much.
> 


  • Prev by Date: Re: Better Units Package?
  • Next by Date: Re: How to return the position of a multidimensional list ..
  • Previous by thread: Re: Extracting functions from Solve
  • Next by thread: Re: Extracting functions from Solve