From 2427b2b28b2083d82ac0c5f757d4d26249332968 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Tue, 14 Apr 2020 14:09:16 -0400
Subject: added solution description
---
execsumm/document.tex | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/execsumm/document.tex b/execsumm/document.tex
index 97270f1..631396b 100644
--- a/execsumm/document.tex
+++ b/execsumm/document.tex
@@ -4,7 +4,7 @@
\input ../com
-\section{Matrix Representation}
+\section{Matrix Representation and Homogeneous Solution}
To determine the relevant properties of the linear system, matrix form
is useful (this form was chosen to reduce fractions' usage):
@@ -60,8 +60,10 @@ $\displaystyle z = y{C_2R_1\over r+C_1R_1}.$
\bu $\displaystyle\lambda_3 = {r_2\over C_1C_2R_1\rload}, v_3 = \num2.$
-\section{Nonhomogenous System}
+This corresponds to a solution of the form $e^{\lambda t}v,\cdots.$
-Extending to the nonhomogenous system,
+\section{Nonhomogeneous System}
+
+Extending to the nonhomogeneous system,
\bye
--
cgit