inf stos 29 4 12

background image

x=0:0.1:10;

y=sin(x)./(x+1);

plot(x,y)

grid

title(

'wykres funkcji'

)

xlabel(

'x'

)

ylabel(

'y'

)

>>
>>

a=-2;

b=10;

c=1;

delta=b^2-(4*a*c);

if

delta>0

x1=(-b-sqrt(delta))/(2*a)

x2=(-b+sqrt(delta))/(2*a)

elseif

delta==0

x0=-b/2/a

else

disp(

'nie ma pierwiastkow rzeczywistych'

)

end

>>
>>

clc

kasa=1000;

procent=5;

czas=6;

for

i=1:czas

kasa=kasa+kasa*procent/100/12

end

>>
>>

clc

kasa=1000;

procent=5;

czas=6;

for

i=1:czas

kasa=kasa+kasa*procent/100/12;

end

kasa

>>
>>

clc, clear

kasa=2000;

procent=5;

czas=6;

for

i=1:czas

kasa=kasa+kasa*procent/100/12;

tabela(i)=kasa;

end

background image

kasa

bar(tabela)

>>
>>

clc

kasa=1000;

procent=5;

ile=0;

while

kasa<2000

kasa=kasa+kasa*procent/100/12+wplata;

ile=ile+1;

end

kasa

ile

>>
>>

clc

kasa=2000;

procent=5;

ile=0;

dwa=2*kasa;

while

kasa<dwa

kasa=kasa+kasa*procent/100/12;

ile=ile+1;

end

kasa

ile

>>
>>

clc

kasa=2000;

procent=5;

ile=0;

dwa=2*kasa;

belka=0;

while

kasa<dwa

odsetki=kasa*procent/100/12;

podatek=0.19*odsetki;

kasa=kasa+odsetki-podatek;

ile=ile+1;

belka=belka+podatek;

end

kasa

ile

>>
>>

%program liczy stan oszczednosci na koncie

kas=input(

'podaj kowte lokaty:'

);

procent=input(

'podaj oprocentowanie:'

);

czas=input(

'podaj czas lokaty:'

);

for

i=1:czas

kasa=kasa+kasa*procent/100/12;

background image

end

kasa

>>
>>

function

[kasa]=lokata(kasa,procent,czas)

for

i=1:czas

kasa=kasa+kasa*procent/100/12;

end

>>
>>

function

[kasa]=lokata(kasa,procent,czas)

%funkcja liczy wartosc lokaty przy danym oprecoentowaniu i czasie

%uzycie: lokata(wartosc, procent, czas)

for

i=1:czas

kasa=kasa+kasa*procent/100/12;

end

>>
>>

function

[kasa, ile]=lokata1 (kasa,procent,razy)

ile=0;

dwa=razy*kasa;

belka=0;

while

kasa < dwa

odsetki=kasa*procent/100/12;

podatek=0.19*odsetki;

kasa=kasa+odsetki-podatek;

ile=ile+1;

belka=belka+podatek;

end

>>
>>

function

[kasa, ile]=lokata1 (kasa,procent,razy)

nargin==2

razy=2;

end

ile=0;

dwa=razy*kasa;

belka=0;

while

kasa < dwa

odsetki=kasa*procent/100/12;

podatek=0.19*odsetki;

kasa=kasa+odsetki-podatek;

ile=ile+1;

belka=belka+podatek;

end

>>
>>


Wyszukiwarka

Podobne podstrony:
inf stos w 13 4 12
29 12 10 02 12 55 am2 2004 k1 grupaPS
29 12 10 02 12 15 am2 2004 k1 popr
29 8 12
29 12 10 02 12 36 am2 2004 k1
29 12 10 02 12 51 am2 2004 popr
29 12 10 02 12 06 am2 e mnop6
29 12 10 02 12 33 am2 2004 k2
29 12 10 02 12 40 am2 k1 ijkl5
29 12 10 02 12 25 am2 2006 k2
Wykład Bezrobocie 29 12 04
29 12 10 02 12 53 am2 k2 ijkl5
Mapy polityczne konturowe, 2008 01 29 12 51 mapa polityczna azji A4
2011 11 21 15 29 12
29 12 10 02 12 11 am2 2006 k1
29 12 10 02 12 44 am2 ch kol 1
29 12 1999
cesja-solventoir-29.12.2005.wersja1-Załącznik nr 1, prowadzenie i zakładanie firmy
29 (12)

więcej podobnych podstron