Como criar um linspace de matriz numpy em Python

np.linspace(start = 0, stop = 1, num = 11)
Chaithanya Dheeraj