zadania 11

This commit is contained in:
Anna Karatkiewicz 2018-01-04 12:56:26 +01:00
parent 1f1a8765fb
commit 7e42a8fc69
15 changed files with 45 additions and 0 deletions

BIN
11/Anna.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
11/całka.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
11/cos2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
11/jabłko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
11/kod morsa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
11/lokalizacja.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

45
11/m axima.txt Normal file
View File

@ -0,0 +1,45 @@
MAXIMA
zadanie 1
kod:
eq1: 2*x-2*y+z-w=7;
eq2:-x +4*y-5*z+3*w = 1;
eq3: x +y-z+w = 4;
eq4:-4*x + 2*y + z - 2*w = 6;
linsolve([eq1,eq2,eq3,eq4] , [x,y,z,w ]);
zadanie2
solve(x^3-21*x+20=0);
zadanie3
h1(x):= x^2-2*x+3;
plot2d(h1,[x,-4,5],[color,blue]);
zadanie4
h1(x):= cos(2*x);
plot2d(h1,[x,-4,5],[color,red]);
zadanie5
h1(x):= sin(1/x);
plot2d(h1,[x,-4,5]);
zadanie6
f(x,y):= x^2+y^2;
plot3d(f(x,y),[x,-2,2],[y,-2,2]);
zadanie7
f(x,y):= x^2-y^2+2*x*y^2+1;
plot3d(f(x,y),[x,-2,2],[y,-2,2]);

BIN
11/pierwiastki.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
11/rozkład.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
11/sin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
11/suma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
11/układ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
11/x^2+y^2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
11/x^2....png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB