Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 6 pages
Exam (elaborations)

Physics for Computer Science Assignment 3 answers

Document preview thumbnail
Preview 2 out of 6 pages

Physics for computer science completed assignments, IE University, bachelor of computer science and AI. The four assignments include completed exercises with calculations, formulas and visuals. Assignment 1: Static fields, Magnetic fields, Electrical fields Assignment 2: Current, EMF, Magnetic Waves Assignment 3: Circuits, Diagrams, Jupyter Notebook Calculations Assignment 4: NTC thermistor, conductivity as a function of temperature in python, semi conductors, threshold voltage

Content preview

2022-03-20 19:16 module_3




Assignment 3
Beatrice Mossberg
Problem 1
Given the circuit represented in the figure below, calculate:




a) The current going through and . (10 points)
R1 R2




System of equations:
file:///Users/bestricemossberg/Downloads/module_3 (2).html 1/6

, 2022-03-20 19:16 module_3

I1 (45) + I2 (−10) + I3 (20) = 0



I2 = 0.1



I 1(20) + I2 (5) + I3 (25) = 15



In [13]:
import numpy as np
from numpy.linalg import solve

#Solve the system of equations
A=np.matrix('45,-10,20;0,1,0;20,5,25')
b=np.matrix('0;0.1;15')
x=solve(A,b)
print(x)

[[-0.36551724]
[ 0.1 ]
[ 0.87241379]]

In [14]:
I1=-0.36551724
I2=0.1
I3=0.87241379

IR1=I1-I2
IR2=I2+I3

print(round(IR1, 4), "A")

print(round(IR2, 4), "A")

-0.4655 A
0.9724 A
The current through R1 is approximately -0.47 A in a counter clockwise direction toward
node c and 0.47 A in a clockwise direction away from node c.
The current through R2 is approximately 0.97 A in a counter clockwise direction toward node
A.
b) The electric potential measured at node C. (5 points)




file:///Users/bestricemossberg/Downloads/module_3 (2).html 2/6

Document information

Study
Uploaded on
May 20, 2023
Number of pages
6
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers
$8.96

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
2
Followers
2
Items
11
Last sold
3 year ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions