HP Forums

Full Version: Another Delta Star Circuit Converter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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).
Nice program, does it work with complex numbers?
No.
For now.
I dont know if iam doing something wrong, but the one that works with complex nunmber is not running in my calculator
Thank you
(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.
Reference URL's