E-Code

Series-parallel resistor network reducer — a TI-84 Plus CE program

By E-Code · updated

RESNET is a TI-BASIC program for the TI-84 Plus CE. Reduce any series-parallel network step by step: combine a list of resistors in series or in parallel, reuse the running result R (or saved A, B, C) inside the next list, then apply a voltage for the total current and power.

What it asks for and what it shows

It asks for 4 values at its prompts, after you pick options 2, 3, 1, 1, 2, 4, 5 from its menu. In the example below it shows I (A), P (W), REQ OHM.

Example run

One of its oracle test cases: “(20‖30)+8, then ‖20, at 12 V”. The inputs are typed in order, and the results are the values the case expects on the screen.

StepValue
You enter
Menuoption 2
Menuoption 3
Menuoption 1
Menuoption 1
Menuoption 2
Menuoption 4
Menuoption 5
Input 1{20,30}
Input 2{A,8}
Input 3{R,20}
Input 412
The screen shows
I (A)=1.2
P (W)=14.4
REQ OHM=10

How it's checked

4 test cases, each checked against an independent method. Replayed key by key on a virtual TI-84 Plus CE, they make 14 checks.

How E-Code checks every program

Run it or put it on your calculator

Related programs

All TI-84 Plus CE engineering programs · All TI-84 Plus CE programs