2nd semester files

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

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)