Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Synne Andrea Ulrica Mård
borgeha forelesningskode
Commits
cc184fe0
Commit
cc184fe0
authored
Oct 15, 2020
by
Børge Haugset
Browse files
litt småendringer av strengeksemplene
parent
579de11b
Changes
1
Hide whitespace changes
Inline
Side-by-side
uke42/linspace.py
0 → 100644
View file @
cc184fe0
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment