-
×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-22-2015 10:54 AM
Hi!, bmnr:
Can you write, in this Forum, your program, for see, the error ?.
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 11:36 AM
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;
11-22-2015 11:53 AM
Hi!, bmnr:
Check the description, of Pedro Souza, in the Blog, of Eddi'es ...
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 01:32 PM
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
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
11-23-2015 12:49 PM
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
11-26-2015 10:45 AM - edited 11-26-2015 11:24 AM
Hi!, bmnr:
Try with Geometry Apps and comparise, with Wolfram Alpha ...
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
11-28-2015 09:43 AM - edited 11-28-2015 10:51 AM
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=
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
