%%%%%%% Lesson 5: Illustrative Example -- Parallel RLC Circuit % % 1) Problem Statement (mimic types of statements you will get in the 6.003 HW) % 2) Basic MATLAB Solution: M-files are rlcstep.m (function) and % rlc1.m (script) % % (Consult the Lesson 5 supplementary handout which describes the analytical % solutions that this solution relies upon) % % 3) Advanced MATLAB solution: M-file is rlc2.m (script) % % (Uses advanced and useful MATLAB commands so solution does not rely on % analytical solution!)