Skip to content

Commit faf96d3

Browse files
committed
adding minor modifications
1 parent 63485c4 commit faf96d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solver.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import rk4
44

55
import matplotlib.pyplot as plt
6-
6+
# Realizando modificaciones desde un celular
77
t = np.linspace(0, 80, 100)
88
C0 = np.array([0, 0, 0, 0])
99

@@ -20,4 +20,4 @@
2020
ax.set_xlabel("t[min]")
2121
ax.set_ylabel("C[mol/L]")
2222
ax.grid()
23-
plt.show()
23+
plt.show()

0 commit comments

Comments
 (0)