HP Prime - Brain Teaser
|
04-01-2014, 12:48 PM
(This post was last modified: 04-01-2014 12:50 PM by CR Haeger.)
Post: #4
|
|||
|
|||
RE: HP Prime - Brain Teaser
Thanks Eric for trying and your feedback.
I agree that the Quadratic and Geometry Apps are not helpful with this type of problem. I also agree that the Solver App is kind of a minefield to get equations into. So far, I found a couple of ways that relate to this problem: * Create the variables (xt, yt, t, g, v0 etc) in CAS or Home using := or STO first. Then Solver App will let you enter the equations in E1, E2 as xt=v0*t... and yt=-1/2... From here, Num seems to let you solve numerically for variable(s). ** I preferred to first create equations in CAS (eq1, eq2) without first creating the variables. eq1:=xt=v0*COS(θm)*t... Then I assign Solve.E1:=eq1 and same for E2, eq2. Now when I use Solver App (Num view), it prompts me to create the new variables. After saying yes, it allows for numerical solving. I prefer the second method as it seems to allow for other CAS work, like numeric fsolve() and algebraic solve(). |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP Prime - Brain Teaser - CR Haeger - 03-29-2014, 09:49 PM
RE: HP Prime - Brain Teaser - CR Haeger - 03-31-2014, 12:37 PM
RE: HP Prime - Brain Teaser - eried - 04-01-2014, 04:27 AM
RE: HP Prime - Brain Teaser - CR Haeger - 04-01-2014 12:48 PM
|
User(s) browsing this thread: 1 Guest(s)