# -*- coding: utf-8 -*- """ Created on Fri Sep 5 14:37:51 2014 @author: larat """ import pylab as py import numpy as np close('all') matplotlib.rcParams['text.usetex' ] = 'True' matplotlib.rcParams['xtick.labelsize'] = 16 matplotlib.rcParams['ytick.labelsize'] = 16 matplotlib.rcParams['axes.labelsize' ] = 22 L = 1.0 # Length [m] #c = 1.0 # Velocity [m/s] N = 100 # Number of intervals T = 1.0 #L/c # Total time to compute = L/N X = linspace(0.0,L-h,N)