Post Reply 
Need help with this problem:(
06-04-2024, 04:01 AM
Post: #1
Need help with this problem:(
Hi...
When i try to use solve() to solve a 2 var ecc. its send me a error messagge:
The ecuation is:
solve((0.6=y*q^2)/(176.4*y),y)
and the message is:
["Not implemented, e.g. for multivariate mod/approx polynomials Error: Bad Argument Type"]
Please i need to fix it before tomorrow cause i have an exam T.T
Thanks


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
06-04-2024, 02:14 PM
Post: #2
RE: Need help with this problem:(
O.6/(176.4 * y) = q^2 / 176.4

y = 0.6 / q^2


In cas, if I understood the problem the prime g2 gives the solution.
Maybe you have to "collect()" the result
Find all posts by this user
Quote this message in a reply
06-04-2024, 04:49 PM
Post: #3
RE: Need help with this problem:(
You need to make it into an exact equation like this:

solve((6/10) = (y+(q^2/(1764*y/10))),y)

the answers are:

{((-sqrt(-250*q^2+3969)+63)/210),((sqrt(-250*q^2+3969)+63)/210)}

For some reason the CAS couldn't or wouldn't solve it as you wrote it.

-road
Find all posts by this user
Quote this message in a reply
06-04-2024, 06:23 PM
Post: #4
RE: Need help with this problem:(
[Image: solve.jpg]

Prime G2, 15C CE
Find all posts by this user
Quote this message in a reply
06-10-2024, 07:44 PM
Post: #5
RE: Need help with this problem:(
Interesting find... it seems to be a general problem with giac though, not just HP Prime's implementation.

Or at least solve(.6 = y+(q^2)/(176.4*y),y) just kills giac 1.9.0 on my computer ("Segmentation fault (core dumped)"), whereas it can handle solve((6/10) = (y+(q^2/(1764*y/10))),y) just fine.
Find all posts by this user
Quote this message in a reply
06-11-2024, 03:21 PM
Post: #6
RE: Need help with this problem:(
Perhaps it's related to CAS storing numbers in binary format, which can't represent all decimals exactly?

Cambridge, UK
41CL/DM41X 12/15C/16C DM15/16 17B/II/II+ 28S 42S/DM42 32SII 48GX 50g 35s WP34S PrimeG2 WP43S/pilot
Casio, Rockwell 18R
Find all posts by this user
Quote this message in a reply
06-11-2024, 03:43 PM
Post: #7
RE: Need help with this problem:(
I think solve with approximate number switched to fsolve.
But q is still symbolic, thus fsolve unable to handle.
Find all posts by this user
Quote this message in a reply
Post Reply 




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