• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
HP Recommended

HI!

I need a program for HP PRIME for root locus and criterion of Routh.

Thanks

 

24 REPLIES 24
HP Recommended

Hi!, bmnr:

 

Is this what you need, in a program ? ... http://www.pages.drexel.edu/~pyo22/mem639Fall2012-2013/week09/lecture/mem639Lecture-StabilityAnalysi...

Kind Regards !.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
HP Recommended

Yes

HP Recommended

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!!

HP Recommended


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!!

HP Recommended

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.

Kind Regards !.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
HP Recommended

Hi Maké,

I have seen but how I do the app?

please help me.

thanks

HP Recommended

Hi!, bmnr:

 

IMHO, you needed create, a program, for RUN, with the instruction indicated.

 

Example: Calculate the VOLUME, of a cylinder.

Volumen.JPG

 

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;

 

Kind Regards !.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
HP Recommended

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!

HP Recommended

Hi!, bmnr:

 

You needed read, the next post's, of the Eddie's blog, referent to, A and B variables.

 

Kind Regards !.
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.