Data update
This commit is contained in:
parent
5af6d93694
commit
796d366b97
455 changed files with 7413 additions and 1900 deletions
5
Task/Draw-a-pixel/Maxima/draw-a-pixel.maxima
Normal file
5
Task/Draw-a-pixel/Maxima/draw-a-pixel.maxima
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* Matrix that represents the window and the pixel positioned in it */
|
||||
ematrix(320,240,1,100,100)$
|
||||
|
||||
/* Drawing the window and the pixel as needed */
|
||||
wxdraw2d(palette = [white,gray,red], image(%,0,0,320,240))$
|
||||
Loading…
Add table
Add a link
Reference in a new issue