HP Forums
Solving a simple equation, is it normal? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Solving a simple equation, is it normal? (/thread-10728.html)



Solving a simple equation, is it normal? - stardrive - 05-11-2018 04:54 PM

I was trying to solve the first equation from the pic with HP Prime (latest firmware).

But solution never came out.

However, the second one (simply changed variable's location) works.

Unless the numbers on an equation are small, it works fine.
(eg. solve(10=5/pi*x^2))

If anyone could tell me why this happened, it would be very helpful for me.

Thanks.

*same equation: http://www.wolframalpha.com/input/?i=solve+(3.02*10%5E-9)%3D(1.602*10%5E-19)%5E2%2F(4*pi*8.85*10%5E-12*x%5E2)


RE: Solving a simple equation, is it normal? (need help) - DrD - 05-11-2018 06:20 PM

For one thing, the CAS solve() command works with polynomials, or a set of polynomials.
The first equation you were trying to solve, isn't a polynomial.


RE: Solving a simple equation, is it normal? (need help) - toshk - 05-11-2018 06:24 PM

or just use exact; keep your eye on epsilon
solve((262144/86802649006623) = (1/38965026550769497442385943030554165248/((1/8991804694)*x^2)))