Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Scientific Computing Examples
Post: RE: Scientific Computing Examples

Curve fitting and plotting import numpy as np from scipy.optimize import curve_fit import matplotlib.pyplot as plt x = [20,40,80,160] # nr of beads (N) y = [66.7,193,549,1555] # simulati...
NUMA01 Code sharing 1 2,387 Sep-25-2020, 01:34 PM
    Thread: Electron wave function
Post: Electron wave function

Plotting of wave functions for an electrons quantum numbers (n,l ,ml) using spherical harmonics. The first plot shows the probability of different distances which integral always is 1. from scipy impo...
NUMA01 Code sharing 0 1,793 Sep-25-2020, 01:23 PM
    Thread: Scientific Computing Examples
Post: Scientific Computing Examples

Basic exercises of calculations and plotting. from scipy import * from pylab import * from math import * import sys import matplotlib.pyplot as plt #task 6 L9=list(rang...
NUMA01 Code sharing 1 2,387 Sep-25-2020, 12:23 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020