ComputationalPhysics300 icon indicating copy to clipboard operation
ComputationalPhysics300 copied to clipboard

computational physics class taught at UNLV (Phys300)

Results 11 ComputationalPhysics300 issues
Sort by recently updated
recently updated
newest added

to Lec 06. Compare it with finite difference method.

Can be used to solve the root of single variable function f(x)=0. f(x) = exp(x)*lnx - x**2 find the bond length of NaCl V(r) = -e^2/r + a*e^{-r/p} a =...

enhancement

Currently, we have a single neuron code, but it would be good to expand it 2 neurons, 2 layers. This way, we will have a better understanding on the back-propagation...

enhancement

https://blog.csdn.net/golden1314521/article/details/46225289

The choice of m seems to generate very interesting phenomena. ```python %matplotlib inline import matplotlib.pyplot as plt # We can only change [a , c , m] N = 1000...