Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.6K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

What are inexact coefficients?

Posted 10 years ago

Hello,

I was using the Solve function and received the following response. Does this mean there is not a unique solution to the equation I was trying to solve?

"Solve::ratnz: Solve was unable to solve the system with inexact coefficients. The answer was obtained by solving a corresponding exact system and numericizing the result. >>"

Thank you.

Asaph

POSTED BY: Asaph Cousins

It's refering to floating point numbers or machine precision numbers. (4/10) is considered an exact value. It has infinite precision. (0.4) on the other hand is an inexact value which is subject to the limitations of machine precision numbers.

Symbolic algorithms like Solve are meant to be used on exact values like (4/10). If you use inexact values, some valid symbolic manipulations can be problematic. You can learn more about this in a course on numerical analysis.

POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard