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_palette.mac
blob
c87404c9fc768b0c0862775443cf4d1c0d48d630
1
load("docdraw.mac");
2
docdraw3d("figures/draw_palette",
3
enhanced3d = [z-x+2*y,x,y,z],
4
palette = [32, -8, 17],
5
explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3)
6
)$