MathGroup Archive 2008

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

Search the Archive

Re: Different cases in Solve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89585] Re: Different cases in Solve
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 13 Jun 2008 06:46:58 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <g2th6g$7kr$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

Reduce[a x == b, x]

??

Regards
   Jens
Aaron Fude wrote:
> Hi,
> 
> When one does Solve[a x == b, x], one gets {{x -> b/a}}. How does one
> get Mathematica to give you different solutions depending on cases: b/
> a if a nonzero, any number if a==b==0, and no solutions if a=0 and b
> is nonzero?
> 
> Many thanks in advance!
> 
> Aaron
> 


  • Prev by Date: Re: Persistent addition to recently opened? Was Re: Notebooks
  • Next by Date: Re: font problem exporting to pdf
  • Previous by thread: Re: Different cases in Solve
  • Next by thread: Re: Different cases in Solve