Difference between revisions of "SymPy/CAD"

From PrattWiki
Jump to navigation Jump to search
Line 5: Line 5:
  
 
== Specific Problems ==
 
== Specific Problems ==
* [https://colab.research.google.com/drive/1SlvIxWlvszYBf0x7UsZGvlrG3yDCMEnX?usp=share_link Exercise 3-1] (NVM)
+
* Chapter 3
* [https://colab.research.google.com/drive/1wES2D4nHccOeUHq_QqaSJ1NL0Wg-Yd2I?usp=share_link Exercise 3-2] (NVM, CCVS)
+
** [https://colab.research.google.com/drive/1BoOB5FCEoYM4RVWGIcrEQGC8bN68XqUR?usp=share_link Example 3-1] (NVM)
* [https://colab.research.google.com/drive/1wES2D4nHccOeUHq_QqaSJ1NL0Wg-Yd2I?usp=share_link Exercise 3-3] (NVM, Supernode)
+
** [https://colab.research.google.com/drive/1SlvIxWlvszYBf0x7UsZGvlrG3yDCMEnX?usp=share_link Exercise 3-1] (NVM)
* [https://colab.research.google.com/drive/1BoOB5FCEoYM4RVWGIcrEQGC8bN68XqUR?usp=share_link Example 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-3] (NVM, Supernode)
 +
* Chapter 5
 +
** [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/1Vk3MXGcEWqDk01g6W9IU19w8ozLgmoXb?usp=sharing Example 5-14] Solve differential equation with an inductor (initial conditions given); includes shifted ramp and step functions
 +
** [https://colab.research.google.com/drive/1mjQ8LoevMMfvphkKY2thz19wwjN-iHtY?usp=sharing Exercise 5-14] Solve differential equation with a capacitor (initial conditions given)
 +
** [https://colab.research.google.com/drive/1lHWcdljkxdsFLkXDHRkMGtRoUssPNtJ7?usp=share_link Exercise 5-16] Solve differential equations with inductors (initial conditions given)
 +
** [https://colab.research.google.com/drive/1DIcT9q_vNF96Ec2IQtC7O4Cm-PUhTlnp?usp=sharing Figure 5-53] Solve initial conditions and differential equations with a capacitor; includes shifted step functions

Revision as of 13:48, 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
  • Chapter 5
    • 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