HP Forums
Another Delta Star Circuit Converter - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Another Delta Star Circuit Converter (/thread-4278.html)



Another Delta Star Circuit Converter - as5513482 - 07-02-2015 02:05 PM

A program witch convert a Delta circuit to Star circuit and Star to Delta.
Reviews are welcome.

Now, work with complex numbers, they must be as (a,b).


RE: Another Delta Star Circuit Converter - frag77 - 09-08-2015 07:35 PM

Nice program, does it work with complex numbers?


RE: Another Delta Star Circuit Converter - as5513482 - 09-08-2015 07:38 PM

No.
For now.


RE: Another Delta Star Circuit Converter - frag77 - 09-12-2015 09:47 PM

I dont know if iam doing something wrong, but the one that works with complex nunmber is not running in my calculator
Thank you


RE: Another Delta Star Circuit Converter - as5513482 - 09-13-2015 01:44 PM

(09-12-2015 09:47 PM)frag77 Wrote:  I dont know if iam doing something wrong, but the one that works with complex nunmber is not running in my calculator
Thank you



Change every INPUT line into this one:
INPUT({{Ra,[3],{10,15,0}}},"ResistĂȘncias",{"Ra= "},{"Valor de Ra"});
Put the word EVAL like this one in every calculus line.
R₃:=EVAL((Ra*Rb+Rb*Rc+Rc*Ra)/Ra);


I hope this works.