Solve for the steady-state values of i1, i2, i3, i4, and vC for the circuit shown in Figure P4.23, after the switch has been closed for a long time. 100 V 1 k vC 100 mF 1 H 500 1 k + + i4 i1 i3 i2 Figure P4.23
ENGR 121 B Lecture Notes for 9/19/2016 Spencer Kociba Summary of Lecture: beginning to understand the vocabulary and functions in MATLAB and how we will use MATLAB and BlackBoard Learn to turn in assignments, take quizzes, etc. Goal of the course: learn to THINK like a programmer aka step by step problem solving. Problem solving techniques: ● Plan ● Restate the problem ● Divide the problem into steps or subproblems to solve ● Reduce/Simplify the problem (ex. Global scale>local scale) ● Look for similarities to other previously solved problems ○ Emotional attachment/familiarity with an idea or concept improves your memory and ability to recall information when needed ● Ex