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
- Follow-Ups:
- Re: Inappropriate Domain Calculation Warnings
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
 
 
 - Re: Inappropriate Domain Calculation Warnings