Post Reply 
Decimal problem using solve
08-27-2018, 04:20 AM
Post: #8
RE: Decimal problem using solve
Hi, vterez:

I thougt that was a math class problem ...

I dont know HP Prime, but Mathematica have similar issue.
Decimals were assumed inexact, and use fast float.

This force Mathematica to solve it exactly:
Code:
Solve[ Rationalize @ {
    70/(23000+z) == (177.35 x + 1.133 (1-x)),
    (23000+z)*(2571.11 x + 696.21 (1-x)) == 23000*104.91 + 2779.65 z
  }, {x, z}
]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Decimal problem using solve - vterez - 08-26-2018, 02:57 AM
RE: Decimal problem using solve - Aries - 08-26-2018, 07:27 AM
RE: Decimal problem using solve - vterez - 08-26-2018, 07:48 AM
RE: Decimal problem using solve - DrD - 08-26-2018, 10:02 AM
RE: Decimal problem using solve - vterez - 08-27-2018, 03:14 AM
RE: Decimal problem using solve - vterez - 08-27-2018, 03:27 AM
RE: Decimal problem using solve - Albert Chan - 08-27-2018 04:20 AM
RE: Decimal problem using solve - vterez - 09-03-2018, 02:34 AM



User(s) browsing this thread: 1 Guest(s)