Commit History

Updated line 102 with: data['Et'].append((v_at_00004 - 15.974) * -1)
96aac28
verified

TroglodyteDerivations commited on

Updated line 100 with: data['Step size h'].append(f'{h:.7f}')
b1ce80f
verified

TroglodyteDerivations commited on

Updated line 102 with: data['Et'].append(15.974 - v_at_00004)
03c3963
verified

TroglodyteDerivations commited on

Updated lines 100 & 102 with: data['Step size h'].append(f'{h:.5f}’) | data['Et'].append(v_at_00004 - 15.974)
ac6fffa
verified

TroglodyteDerivations commited on

Updated line 100 with: data['Step size h'].append(f'{h:.6f}') # Formatting the step size to ensure it displays correctly
16a9013
verified

TroglodyteDerivations commited on

Updated lines 86-91 with: # Adding annotation for the voltage at the end of the time interval v_end = v_values[-1] ax.annotate(f'{v_end:.4f} V', xy=(t_values[-1], v_end), xytext=(t_values[-1], v_end + 5), arrowprops=dict(facecolor='black', shrink=0.05)) st.pyplot(fig)
7ca2b5e
verified

TroglodyteDerivations commited on

Updated with lines 93 and 96 with: error = np.abs(15.974 - v_at_00004) | data['Et'].append(15.974 - v_at_00004)
fa90d1e
verified

TroglodyteDerivations commited on