From 946c8cecca047a8e32ad3ee201ca94fc8f0d2dcc Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 31 Aug 2026 11:02:38 -0600 Subject: [PATCH] vault backup: 2026-08-31 11:02:38 --- .../ECE2290/Ch 7, RL RC Circuits.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md diff --git a/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md b/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md new file mode 100644 index 0000000..afed4a0 --- /dev/null +++ b/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md @@ -0,0 +1,12 @@ + +Given an RL circuit, it starts with an initial condition. + +KVL defines a first order homogeneous ordinary differential equation with constant coefficients: + +$$ + L \frac{di(t)}{dt} + Ri(t) = 0 + --> +L \frac{di(t)}{dt} = -Ri(t) +$$ + +The derivative of \ No newline at end of file