MathGroup Archive 2004

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

Search the Archive

Inappropriate Domain Calculation Warnings

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45683] Inappropriate Domain Calculation Warnings
  • From: Harold.Noffke at wpafb.af.mil (Harold Noffke)
  • Date: Mon, 19 Jan 2004 05:15:28 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

MathGroup:

Here's an example of Solve with a user-specified Domain.  It is
accompanied by a Warning which is inappropriate for the specified
Domain.

    In[1]:= Solve[(2^53 == 10^x), x, Element[x, Reals]] // N

    Solve::ifun: Inverse functions are being used by Solve, so some
solutions may not be found; use Reduce for complete solution
information.

    Out[1]= {{x -> 15.9546}}

Given the Domain spec that x is a Real number, I would think this
Solve::ifun: message would not propagate to printout -- i.e., that it
would be suppressed.

This is how I feel a new user would expect Mathematica 5.0 to work.

Regards,
Harold


  • Prev by Date: Re: Anyone using the Units package extensively?
  • Next by Date: Loading a Package
  • Previous by thread: Re: Save as HTML
  • Next by thread: Re: Inappropriate Domain Calculation Warnings