HP-PRIME CAS SOLVING
#1

I have an HP48 with it i solve some expression, but on HP-PRIME,
i don't find how to do the same :

example :
i have the electrical : U=R*I
i want to 'transform it' in CAS style,

ON HP48 i do this :
'U=R*I'
'I'
ISOL

then the calculator answer : I=U/R

How to do this on PRIME ????

#2

Try solve(u=r*ii, ii) gives [ii=(1/r)*u]

I used the CAS do to this, and ii (because i is allocated (complex!)).

#3

it's very strange, i do the same as you but my machine answer this :
{}
have you an idea ?

#4

i know why :

teh rule seems in CAS only lower cas character allowed.

#5

Yes!

#6

Now I have a question.

I'm running the same command again, from the CAS history,

and my output is in a different format, in curly brackets and without the equal sign and the variable to solve for.

{(1/r)*u}

I didn't change any flag settings (that I'm aware of). ????

#7

Quote:
i know why :

teh rule seems in CAS only lower cas character allowed.


The upper case single characters are actually built-in variables. Upper-case variables such as MYVAR is fine.

#8

Quote:
Now I have a question.

I'm running the same command again, from the CAS history,

and my output is in a different format, in curly brackets and without the equal sign and the variable to solve for.

{(1/r)*u}

I didn't change any flag settings (that I'm aware of). ????


I believe this is normal behavior (the HP Prime does not do everything in the same way as older calculators)

#9

Yes, but when I first ran the command solve(u=r*ii, ii)on the Prime (CAS view) I got this:

[ii=(1/r)*u]

Now I get this on the exact same machine, with the same command solve(u=r*ii, ii), again in CAS view:

{(1/r)*u}

Strange.

What output format do you get?



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP Prime: CAS taylor Alberto Candel 5 3,876 12-13-2013, 09:45 PM
Last Post: Alberto Candel
  HP Prime CAS curiosity bluesun08 11 4,712 12-10-2013, 01:03 PM
Last Post: Han
  [HP-Prime CAS] "Warning, ^ (Command) Is ambiguous on non square matrices"?? CompSystems 1 2,141 12-07-2013, 07:15 PM
Last Post: CompSystems
  HP Prime: complex numbers in CAS. Alberto Candel 1 1,856 12-06-2013, 02:36 PM
Last Post: parisse
  HP Prime: Proper Use of Home View and CAS View James Williams 9 4,170 12-05-2013, 02:44 PM
Last Post: James Williams
  [HP Prime] plotfunc() bug in CAS Chris Pem10 2 2,363 12-04-2013, 02:46 PM
Last Post: Chris Pem10
  HP Prime: Home/CAS? Alasdair McAndrew 11 3,781 11-26-2013, 02:48 PM
Last Post: Alberto Candel
  [HP Prime] Tips for Solving Differential Equations More Efficiently Chris Pem10 8 2,817 11-21-2013, 08:25 PM
Last Post: Chris Pem10
  HP Prime numerical precision in CAS and HOME Javier Goizueta 5 2,355 11-16-2013, 03:51 AM
Last Post: Paul Dale
  Need CAS help Michael de Estrada 6 2,587 11-13-2013, 01:29 AM
Last Post: cyrille de Brébisson

Forum Jump: