• ×
    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 Maké,

I creadted a parametric app end I put in the progam as well as in the blog but I don't know how to function it end say me syntax error. Where  is the mistake?

Thanks!

HP Recommended

Hi!, bmnr:

 

Can you write, in this Forum, your program, for see, the error ?.

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 created a parametric app end put in the code as well as in the blog but I can't run the program end say me syntax error. Where is the mistake?

Thanks!

HP Recommended

Is the code I've used; it's the same of the blog:

 

(A,B)->BEGIN
LOCAL I,L,J,G,K,N,TF,TFI,TFF,TF1;
purge(L1,L2,L3,L4,L5);
TFF:=cZeros(B);
TFI:=mat2list(TFF);
TF:=EDITLIST(TFI);
PRINT(TF);
N:=SIZE(TF);
PRINT(N);
G:=1;
FOR K FROM 1 TO 50 STEP 0.1 DO
TF1:=cZeros(B+K*A);
PRINT(TF1);
IF N = 1 THEN L1(G):=[RE(TF1(1)),IM(TF1(1))]; END ;
IF N = 2 THEN
L1(G):=[RE(TF1(1)),IM(TF1(1))];
L2(G):=[RE(TF1(2)),IM(TF1(2))] END ;
IF N = 3 THEN
L1(G):=[RE(TF1(1)),IM(TF1(1))];
L2(G):=[RE(TF1(2)),IM(TF1(2))];
L3(G):=[RE(TF1(3)),IM(TF1(3))] END ;
IF N = 4 THEN
L1(G):=[RE(TF1(1)),IM(TF1(1))];
L2(G):=[RE(TF1(2)),IM(TF1(2))];
L3(G):=[RE(TF1(3)),IM(TF1(3))];
L4(G):=[RE(TF1(4)),IM(TF1(4))] END ;
IF N = 5 THEN
L1(G):=[RE(TF1(1)),IM(TF1(1))];
L2(G):=[RE(TF1(2)),IM(TF1(2))];
L3(G):=[RE(TF1(3)),IM(TF1(3))];
L4(G):=[RE(TF1(4)),IM(TF1(4))];
L5(G):=[RE(TF1(5)),IM(TF1(5))] END ;
G:=G+1;
END;;
PRINT();
RETURN([[L1],[L2],[L3],[L4],[L5]]);
END;

HP Recommended

Hi!, bmnr:

 

Check the description, of Pedro Souza, in the Blog, of Eddi'es ...

 

Pedro Souza.JPG

 

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 understand  who are A end B but what I type in the calculator? for example G=x/(x+1)------>(x, x+1)?

Thanks!

 

HP Recommended

Hi!, bmnr:

 

In the User Guide, you can search the use of variables and/or function. See, from ... http://support.hp.com/us-en/product/HP-Prime-Graphing-Calculator/5367459/model/5367460/manuals

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 can't understand how to do this:  Then I copy each list and plot separated with the plotlist function in the geometry app(is a post in the Eddie's blog ).

I tried to use the plot list function like say  the User Guide dut it can plot anything.

Thanks

HP Recommended

Hi!, bmnr:

 

Try with Geometry Apps and comparise, with Wolfram Alpha ...

 

Root_locus.JPG

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!, bmnr:

 

You can download and execute Bode Plot.{08SEP2015}.zip (Size: 4.94 KB / Downloads: 37) or too, from ... http://www.hpmuseum.org/forum/thread-3891.html?highlight=Root+locus 

 

With Wolfram Alpha ... http://www.wolframalpha.com/input/?i=bode&dataset=

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