Question

Sage Kirchoff Go to Cocalc and create a Sage worksheet titled 'Kirchoff' We will start with...

Sage Kirchoff

Go to Cocalc and create a Sage worksheet titled 'Kirchoff'

We will start with this set of equations.

First, define variables.

a, b, c = var('a b c')

Where a is I1, b is I2 and c is I3.

Then define the equations.

eq1 = -220*a + 5.8 - 370*b == 0

eq2 = 370*b + 150*c - 3.1 == 0

eq3 = a - b + c == 0

Then solve the equations for a, b and c.

solve([eq1,eq2,eq3],a, b, c)

Now, try to do it on your own. Here is a circuit.

First, draw the directions of the currents. Then write down the current conservation equations (Iin-Iout=0).

Draw 2 loops for the circuit. Then write down the Voltage conservation equations (Sum of voltage around a loop = 0) for each loop.

You should have three equations and three unknowns now.

In a comment in your code write down the 3 equations

Define your variables and equations and solve for I1, I2, and I3.

Homework Answers

Answer #1

This was done using python (anaconda)

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
This same circuit is used for questions 5 - 7, and has the following characteristics: Junction...
This same circuit is used for questions 5 - 7, and has the following characteristics: Junction Rule: I1 + I2 = I3 Left Loop Rule: 40 - 20I1 - 10 + 5I2 = 0 Right Loop Rule: 10 - 60I3 - 5I2 = 0 Outer Loop Rule: 40 - 20 I1 - 60I3 = 0 a) When these equations are solved, the current I1 is: b) When these equations are solved, the current I2 is: c) When these equations are...
3.) We consider a circuit that consists of one battery with unknown voltage (‘EMF’) E, two...
3.) We consider a circuit that consists of one battery with unknown voltage (‘EMF’) E, two unknown resistors R1 and R2, and the known resistor R3 = 56Ω. The currents through the three resistors (I1, I2, and I3) are not known. The power dissipated in the three resistors are P1 = 27W, P2 = 51W, and P3 = 42W, respectively. a) Find the ratio of the currents through the resistors R2 and R3, I2/I3! b) Find the resistor R2! c)...
You are in a class titled Introduction to Artistic Expression, and your final project must be...
You are in a class titled Introduction to Artistic Expression, and your final project must be completed in class. You know that you will be given three objects and two boards to work with to create two separate displays. You also know that you must arrange the objects on the boards so they balance on a tiny pedestal. Once completed, one display will be a single object resting on a board balanced on top of a pedestal; the other will...
This problem set will look at why the magnetic balls rolled slowly down the metal surfaces...This...
This problem set will look at why the magnetic balls rolled slowly down the metal surfaces...This scenario is slightly different, but makes the math easier! A square loop is cut out of a thick sheet of aluminum. It is then placed so that the top half is in a uniform magnetic field B (say 1T), and allowed to fall under gravity. (The first part of this problem requires you to set up dimensions.)   If the magnetic field is B, what...
Assume that we are working with an aluminum alloy (k = 180 W/moC) triangular fin with...
Assume that we are working with an aluminum alloy (k = 180 W/moC) triangular fin with a length, L = 5 cm, base thickness, b = 1 cm, a very large width, w = 1 m. The base of the fin is maintained at a temperature of T0 = 200oC (at the left boundary node). The fin is losing heat to the surrounding air/medium at T? = 25oC with a heat transfer coefficient of h = 15 W/m2oC. Using the...
Please provide a brief overview on: chapter 21 1. Can I obtain the net electric field...
Please provide a brief overview on: chapter 21 1. Can I obtain the net electric field due to two or more point charges? 2. Can I obtain the net Coulomb force on a point charge due to two or more point charges? 3. Can I draw physical quantities (for example, velocity, forces or electric fields) involved in a given problem in a diagram? 4. Do I have a good "qualitative" understanding of the motion of a charged particle in a...