Skip to content
Snippets Groups Projects
Commit cc184fe0 authored by Børge Haugset's avatar Børge Haugset
Browse files

litt småendringer av strengeksemplene

parent 579de11b
No related branches found
No related tags found
No related merge requests found
import numpy as np
x = np.linspace(-3.14, 3.14, 21)
y = np.cos(x)
print("x:", x)
print("y:", y)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment