2nd semester files

This commit is contained in:
Adog64 2024-02-22 14:27:25 -05:00
parent 80a59b57a1
commit 0f26c9f73d
62 changed files with 658797 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,10 @@
Ar = 7.5E3
Gr = 2.0E3
Aom = 2.8E3
c = 8.0E4
slv = 2.0E4
pl = 7
ir = 0.1
pw = -c + Gr * (((1 + ir)**pl - 1)/((ir**2)*(((1+ir)**pl))) - (pl/(ir * (1+ir)**pl))) + (Ar - Aom)*(((1+ir)**pl)-1)/((ir*(1+ir)**pl)) + slv*(1+ir)**(-pl)
print(pw)

View File

@ -0,0 +1,10 @@
cap = 2.8E4
rev = 1.6E4
op = 6.6E3
slv = 1.3E4
lif = 3
ir = .04
reps = 2
pw = -cap + (rev - op) * ((((1+ir)**(reps * lif)) - 1)/(ir * (1+ir)**(lif*reps))) + (slv - cap)*(1 + ir)**(-lif) + slv*(1+ir)**(-reps*lif)
print(pw)

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 KiB

View File

@ -0,0 +1,6 @@
3 College Comp 1: 24263
4 Intro Elec/Mag: 23882
0 Lab Electr/Mag: 23893
2 Intro Dig Syst: 22994
4 Math Engr Anal: 21996
2 Hon FEC II: 20257