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
Martin Mareš
prm2
Commits
21439efb
Commit
21439efb
authored
Feb 26, 2020
by
Martin Mareš
Browse files
NumPy: Drobné opravy
parent
126fb14a
Changes
1
Hide whitespace changes
Inline
Side-by-side
02-numpy/02-numpy.tex
View file @
21439efb
...
...
@@ -36,7 +36,7 @@ array([[1, 2, 3],\\
}
\py
{
%
a.
d
dim
\cmt
{
(kolikarozměrné je naše pole)
}
a.
n
dim
\cmt
{
(kolikarozměrné je naše pole)
}
}{
%
2
}
...
...
@@ -348,7 +348,7 @@ array([[~1,~~2,~~3,~~4],\\
\begin{frame}
{
Vybírání prvků
}
\py
{
%
b = 2**np.arange(10)
% 13\\
b = 2**np.arange(10)
\
%
13
\\
b
}{
%
array([ 1, 2, 4, 8, 3, 6, 12, 11, 9, 5])
...
...
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