RCLoad Function

Calculats the charging voltage at a capacitor in a RC circuit


Calculate charging voltage

The RCLoad function calculates the charging voltage on a capacitor of an RC circuid (low pass) at the specified time. The parameters for R and C must be real numbers. Real numbers or lists can be passed for U and t.


Syntax

RCLoad (R, C, U, t)

RCLoad (R, C, U, List t)

RCLoad (R, C, List U, t)

RCLoad (R, C, List U, List t)

Legend

R Resistance in ohms
C Capacitor in Farad
U Voltage in volts
t Time in seconds

Example