1 Define E 2 Fill Two Array X Y X H X Values 41 Uniformly Spaced X Coordinates 4 4 Q37203298

1. Define e 2 Fill two array X and Y with x and h(x) values for 41 uniformly spaced x coordinates in [-4, 4]Using python

1. Define e 2 Fill two array X and Y with x and h(x) values for 41 uniformly spaced x coordinates in [-4, 4] Show transcribed image text 1. Define e 2 Fill two array X and Y with x and h(x) values for 41 uniformly spaced x coordinates in [-4, 4]


Answer


I have written the python code.

import math
import numpy as np

def h(x):
value = (1 / math.sqrt(2 * math.pi)) * math.exp((-1

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.