repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add note that the lapack package needs to loaded to get the functions.
[maxima.git]
/
doc
/
info
/
figures
/
draw_region.mac
blob
e738c70b80fc31886386540edd2906edb3426924
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_region",
4
x_voxel = 30,
5
y_voxel = 30,
6
region(x^2+y^2<1 and x^2+y^2 > 1/2,
7
x, -1.5, 1.5, y, -1.5, 1.5));