The computed output of the Volt circuits lab. DC network values, the Kirchhoff mesh solution and AC reactances are calculated live at build time - the mesh currents come from Mathematics.LinearAlgebra.LuDecomposition.Solve and the AC phasors from Mathematics.Fast.Math (OcMath / OcComplex).
DC circuit fundamentals
Quantity
Inputs
Result
Ohm's law V = I R
I = 2 A, R = 10 ohm
20 V
Series Req
4 + 6 + 10 ohm
20 ohm
Parallel Req
6 || 3 || 2 ohm
1 ohm
Voltage divider
Vin=12 V, R1=8, R2=4
4 V
Power P = I^2 R
I = 3 A, R = 4 ohm
36 W
Kirchhoff 2-mesh network (solved by LU decomposition)
R1 = 2 ohm, R2 = 3 ohm (shared), R3 = 4 ohm; sources V1 = 10 V, V2 = 5 V. The mesh-resistance system A x = b is solved by LuDecomposition.Solve.