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_parametric.mac
blob
2b9dc8bf3560223d521b6ee6d5a3e6e47ea44ef2
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_parametric",
4
explicit(exp(x),x,-1,3),
5
color = red,
6
key = "This is the parametric one!!",
7
parametric(2*cos(rrr),rrr^2,rrr,0,2*%pi)
8
)$