-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Tablets and Mobile Devices Archive
- PROGRAM FOR HP PRIME

Create an account on the HP Community to personalize your profile and ask a question

11-19-2015 06:48 AM
Hi!, bmnr:
Is this what you need, in a program ? ... http://www.pages.drexel.edu/~pyo22/mem639Fall2012-2013/week09/lecture/mem639Lecture-StabilityAnalysi...
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
11-21-2015 02:28 AM
It exists for the HP 48/49G/50/G at http://www.hpcalc.org a programm for root locus and a program for Routh.
There is a way to use it in a HP PRIME?for example takethe code?
THANK YOU SO MUCH!!
11-21-2015 02:29 AM
It exists for the HP 48/49G/50/G at http://www.hpcalc.org a programm for root locus and a program for Routh.
There is a way to use it in a HP PRIME?for example takethe code?
THANK YOU SO MUCH!!
11-21-2015 06:13 AM - edited 11-21-2015 07:37 AM
Hi!, bmnr:
These programs or libraries, aren't compatibles, with HPPL language, of HP PRIME; however, if not encripting, is factible dissassembly and see, the flow diagram, for adapted, to HPPL, for HP PRIME.
Note: In the site of Eddie's Math and Calculator Blog ... http://edspi31415.blogspot.com.ar/2013/11/hp-prime-programming-tutorial-5.html ... Pedro Souza write one program, for HP PRIME (CAS Mode), referent to Root Locus. Search in the bottom, of page.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
11-21-2015 01:45 PM - edited 11-21-2015 03:21 PM
Hi!, bmnr:
IMHO, you needed create, a program, for RUN, with the instruction indicated.
Example: Calculate the VOLUME, of a cylinder.
Other ... see, the single program, from Eddie's Math and Calculator Blog ...
MOPMT, calculates the monthly payment of a loan. The arguments are: The loan amount (L), the interest rate (R) and the number, of months (M).
EXPORT MOPMT(L,R,M)
BEGIN
LOCAL K:=R/1200;
K:=L*K/(1-(1+K)^-M);
RETURN "Payment ="+K;
END;
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
11-22-2015 03:12 AM
Hi Maké,
I tried to make the program.
I USED A PARAMETRIC APP.
THE PROGRAMM START WHITH:
EXPORT root_locus(A, B)
BEGIN
LOCAL I,L,J,G,K,N,TF,TFI,TFF,TF1;
...........................................
I delete the line (A,B)->BEGIN; it's correct?
.............................
G:=G+1;
END;;
PRINT();
RETURN([[L1],[L2],[L3],[L4],[L5]]);
END;
END; I added END at the end of the code.It's correct?
WHEN I "CHECK" THE PROGAM IT SAYS ME "SYNTAX ERROR". WHER IS THE ERROR?
THANKS!
11-22-2015 07:50 AM - edited 11-22-2015 09:05 AM
Hi!, bmnr:
You needed read, the next post's, of the Eddie's blog, referent to, A and B variables.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
