Autor Wiadomość
Gość
PostWysłany: Pią 11:04, 21 Gru 2007    Temat postu: mat2

zad2
function y=fun1(a,b,c,d)
y=a*(x.^3)+b*(x.^2)+c*x+d;
fplot('[fun1(x)]'), [-5,5])
hold on
pierw1=roots[a b c d]
plot(pierw1(1),0,'ro',pierw1(2),0,'bo',pierw1(3),0,'go')
save('wynik.txt', pierw1)

Powered by phpBB © 2001, 2005 phpBB Group