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_enhanced3d4.mac
blob
8a3a5dde0d839f9acdb534e6724b4a6aef8fbc42
1
load("docdraw.mac");
2
docdraw3d("figures/draw_enhanced3d4",
3
nticks = 60,
4
line_width = 3,
5
enhanced3d = (u-1)^2,
6
parametric(cos(5*u)^2,sin(7*u),u-2,u,0,2)
7
)$