Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6788329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:28:22+00:00 2026-05-26T17:28:22+00:00

In Mathematica, I tried to check some condition for a polynomial, whose parameters change

  • 0

In Mathematica, I tried to check some condition for a polynomial, whose parameters change in a range. My calculations are 5th order but I made a simple one to show my needs.

When I create a polynomial, which has integers as parameter, I use Reduce and it gives me right answer.

But when I use real numbers in the polynomial, Reduce doesn’t work and gives this error:

Reduce was unable to solve the system with inexact coefficients. The answer was obtained by solving a corresponding exact system and numericizing the result.

Can anyone help?

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:28:23+00:00Added an answer on May 26, 2026 at 5:28 pm

    The Reduce::ratnz message is not an error, but a warning message. If you click on the More link or >>, whatever shows on your system, it’ll take you to the documentation, which says:

    This message is often generated when the first argument in Reduce includes inexact numbers. […] The warning message can be avoided by using only exact numbers in the input to Reduce

    Now, if you’re annoyed by the message, you can turn the message off using

    Off[Reduce::ratnz]
    

    which will turn off the warning for all further uses of Reduce or you can simply silence this operation using

    Quiet@Reduce[...]
    

    If you want to avoid the message, then as the documentation says, you’ll have to use exact numbers. One way is to use Rationalize. For example:

    x = 1.391 + 0.771 a;
    Reduce[Rationalize[x] > 0 && 1 <= a <= 80, {a}]
    
    Out[1]= 1 <= a <= 80
    

    It gives you the output you desire, without a warning. There might be other ways depending on what exactly you’re doing, but it’s hard to say without knowing your exact expression. Hope this helped.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried to follow the directions on autonumbering cells in a Mathematica-8 notebook, here
I'm currently doing some computation in Mathematica related to Quantum Mechanics. As we've moved
I have tried the mathematica code for making the chaos game for DNA sequences
I am having some trouble developing a suitably fast binning algorithm in Mathematica. I
I had tried the code below in Mathematica 8: f[z_] := (5 + 1/(z-a))
I'm having some issues simplifying some functions in mathematica. In a program I wrote
i have the following in mathematica and want to use it in matlab.I tried
To get acquainted with Mathematica's solving functions, I tried to work out a solution
I encountered a memory problem in Mathematica when I tried to process my experimental
I need to do some metaprogramming on a large Mathematica code base (hundreds of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.