Prześlij pliki do '11'

This commit is contained in:
Grzegorz Adamski 2018-01-04 11:57:31 +00:00
parent 2dc38f3a04
commit 528837a878
5 changed files with 13 additions and 0 deletions

13
11/maxima.txt Normal file
View File

@ -0,0 +1,13 @@
e1:2*x - 2*y + z - w = 7;
e2: - x + 4*y - 5*z + 3*w = 1;
e3:x + y - z + w = 4;
e4:-4*x + 2*y + z - 2*w = 6;
linsolve([e1,e2,e3,e4],[x,y,z,w]);
solve(x^3-21*x+20=0);
plot2d([x^2-2*x+3],[x,-5,5]);
plot2d(cos(2*x),[x,-4,4],[color,green]);
plot2d(sin(1/x),[x,-0.1,0.1],grid2d);
plot3d(x^2+y^2,[x,-1,1],[y,-1,1],[palette, [gradient, red, orange, yellow, green]]);
plot3d(x^2-y^2 + 2*x*y^2+1,[x,-3,3],[y,-3,3],[palette, false]);

BIN
11/wol11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
11/wol12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
11/wol13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

BIN
11/wol14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB