티스토리 뷰
Ranges and vectors
range1:=[a .. b]
start = a
end = b
step = 1 or -1
range2:=[a. c .. b]
start = a
end = b
step = c - a
반응형
LIST
'SMath' 카테고리의 다른 글
문단부호가 나타난다 (0) | 2023.05.15 |
---|---|
for loops and parametric plots (0) | 2023.05.12 |
Operations with matrices2 (0) | 2023.04.24 |
Operations with matrices1 (0) | 2023.04.24 |
Matrices (0) | 2023.04.19 |