Difference between revisions of "SymPy/CAD"

From PrattWiki
Jump to navigation Jump to search
(Specific Problems)
 
Line 5: Line 5:
  
 
== Specific Problems ==
 
== Specific Problems ==
* Chapter 3
+
* Chapter 3: Analysis Techniques
 
** [https://colab.research.google.com/drive/1BoOB5FCEoYM4RVWGIcrEQGC8bN68XqUR?usp=share_link Example 3-1] (NVM)
 
** [https://colab.research.google.com/drive/1BoOB5FCEoYM4RVWGIcrEQGC8bN68XqUR?usp=share_link Example 3-1] (NVM)
 
** [https://colab.research.google.com/drive/1SlvIxWlvszYBf0x7UsZGvlrG3yDCMEnX?usp=share_link Exercise 3-1] (NVM)
 
** [https://colab.research.google.com/drive/1SlvIxWlvszYBf0x7UsZGvlrG3yDCMEnX?usp=share_link Exercise 3-1] (NVM)
 
** [https://colab.research.google.com/drive/1wES2D4nHccOeUHq_QqaSJ1NL0Wg-Yd2I?usp=share_link Exercise 3-2] (NVM, CCVS)
 
** [https://colab.research.google.com/drive/1wES2D4nHccOeUHq_QqaSJ1NL0Wg-Yd2I?usp=share_link Exercise 3-2] (NVM, CCVS)
 
** [https://colab.research.google.com/drive/1wES2D4nHccOeUHq_QqaSJ1NL0Wg-Yd2I?usp=share_link Exercise 3-3] (NVM, Supernode)
 
** [https://colab.research.google.com/drive/1wES2D4nHccOeUHq_QqaSJ1NL0Wg-Yd2I?usp=share_link Exercise 3-3] (NVM, Supernode)
* Chapter 5
+
* Chapter 5: RC and RL First-Order Circuits
 
** [https://colab.research.google.com/drive/1_v1k3h4h4MOSkGrDqhg99WyJ9HQvgNpg?usp=sharing Example 5-12] Solve  differential equations with a capacitor (initial conditions given); includes shifted step functions
 
** [https://colab.research.google.com/drive/1_v1k3h4h4MOSkGrDqhg99WyJ9HQvgNpg?usp=sharing Example 5-12] Solve  differential equations with a capacitor (initial conditions given); includes shifted step functions
 
** [https://colab.research.google.com/drive/1cfl5F-eM4URCvwFpxNeJmwogarCxLQQy?usp=sharing Example 5-13] Solve initial conditions and differential equations with 2 inductors
 
** [https://colab.research.google.com/drive/1cfl5F-eM4URCvwFpxNeJmwogarCxLQQy?usp=sharing Example 5-13] Solve initial conditions and differential equations with 2 inductors

Latest revision as of 13:49, 19 February 2023

The book Circuit Analysis and Design, by Fawwaz T. Ulaby, Michael M. Maharbiz, and Cynthia M. Furse, is available as a free download at the link above as part of the University of Michigan's Free ECE Textbook Initiative. This page will organize Google Colab notebooks that will use SymPy to symbolically solve example and exercise problems from that book. Michael Gustafson is grateful to Professor Ulaby for his encouragement in this project, and to Professors Ulaby, Maharbiz, and Furse for making their book available to all!

Links

Specific Problems

  • Chapter 3: Analysis Techniques
  • Chapter 5: RC and RL First-Order Circuits
    • Example 5-12 Solve differential equations with a capacitor (initial conditions given); includes shifted step functions
    • Example 5-13 Solve initial conditions and differential equations with 2 inductors
    • Example 5-14 Solve differential equation with an inductor (initial conditions given); includes shifted ramp and step functions
    • Exercise 5-14 Solve differential equation with a capacitor (initial conditions given)
    • Exercise 5-16 Solve differential equations with inductors (initial conditions given)
    • Figure 5-53 Solve initial conditions and differential equations with a capacitor; includes shifted step functions