MathGroup Archive 2006

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

Search the Archive

Re: Beginner--How to simulate multiple returns for a function?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66435] Re: Beginner--How to simulate multiple returns for a function?
  • From: Peter Pein <petsie at dordos.net>
  • Date: Fri, 12 May 2006 02:03:32 -0400 (EDT)
  • References: <Pine.GSO.4.44.0605100054500.17163-100000@smc> <e3v0tt$pav$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

xiaochu schrieb:
> Hi, All,
> 
> Another system's functions can have multiple returns, does
> Mathematica support this?
> 
> Link to the forum page for this post:
> http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=10267#p10267
> Posted through http://www.mathematica-users.org [[postId=10267]]
> 
> 
> 
> 
Yes,
for example:

Solve[x^4==1]

Out[1]=
{{x->-1},{x->-I},{x->I},{x->1}}


  • Prev by Date: RE: Beginner--How to simulate multiple returns for a function?
  • Next by Date: Automating PolarPlot with Polar Gridlines
  • Previous by thread: RE: Beginner--How to simulate multiple returns for a function?
  • Next by thread: Re: Beginner--How to simulate multiple returns for a function?