Post Reply 
emulate xcas simplify integrate on hp prime g2
09-09-2024, 08:11 PM
Post: #1
emulate xcas simplify integrate on hp prime g2
Is there a way on the prime to duplicate:

xcas: simplify(integrate(x^2,x,0,x)=1000)

to get the result:

(a^3)/3 = 1000

I can do translate the following xcas expression

fsolve(integrate(x^2,x,0,x)=1000)

to get

14.4224957031

which is an approximation for

10 * 3^(1/3)

---

Thanks.
Find all posts by this user
Quote this message in a reply
09-09-2024, 11:38 PM
Post: #2
RE: emulate xcas simplify integrate on hp prime g2
Hi, in CAS mode:

solve(integrate(x^2,x,0,t)=1000,t)

See last line in the screenshot


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
09-10-2024, 01:18 AM (This post was last modified: 09-10-2024 02:08 AM by Liamtoh Resu.)
Post: #3
RE: emulate xcas simplify integrate on hp prime g2
Thanks for your reply.

I'm getting 14.4224957031 inside the curly braces.

Perhaps my CAS settings are different.

Did you get the 't' from the [alpha divide T] or from the [x t theta n button] ?

Thanks.

--- edit

I changed the CAS settings CHK the Exact setting and got the same answer you did.

Thank you very much.

--- edit

I have prepared a small pdf file to reflect the nature of this post.


Attached File(s)
.pdf  hp_prime_g2_solve_integrate_example.pdf (Size: 30.5 KB / Downloads: 9)
Find all posts by this user
Quote this message in a reply
09-10-2024, 02:12 AM
Post: #4
RE: emulate xcas simplify integrate on hp prime g2
the 't' came from the alpha divide t

Previous image was a screen capture from the PC application. Now I'm attaching photos from the physical calculator with the solve command and with my CAS settings. Hope it helps.

Regards,


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
Post Reply 




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