Mathedu Courses logo

Mathedu Courses

If you see this, something is wrong

Table of contents

First published on Monday, Mar 9, 2026 and last modified on Monday, Mar 9, 2026

Lecture 6 - The Totally Ordered Set (N,≤)

Fabienne Chaplais Email

1 Lecture 6

from numpy import *
u=zeros([100])
from n in arange(100):
    u[n]=n
from matplotlib.pyplot import *
plot(u)
v=zeros([100])
from n in arange(100):
    v[n]=2*n
plot(v)
v=zeros([100])
from n in arange(100):
    v[n]=n**2
plot(w)

Discussion: login to participate.