6 dic 2007

TRABAJO DE MATLAB




ESTE TRABAJO FUE ELABORADO POR LOS ALUMNOS:



JOEL FERRER MARTINEZ


RUBEN JIMENEZ FERNANDEZ



















Parabola en el centro.

>> f='6*x^2+1'

f =

6*x^2+1

>> ezplot(f)
>> title('parabola en el centro')





















Parábola fuera del origen.

>> f='y-4*(x-5)^2-3'

f =

y-4*(x-5)^2-3

>> ezplot(f)
>> title('parabola fuera del origen')






















Circunferencia con centro en el origen.
>> f='(x-2)^2+(y-1)^2-4'

f =

(x-2)^2+(y-1)^2-4

>> ezplot(f)
>> title('circunferencia con origen en el centro')




















Circunferencia con origen fuera del centro.

>> f='(x-6)^2+(y-4)^2-3'

f =

(x-6)^2+(y-4)^2-3

>> ezplot(f)
>> title('circunferencia fuera del centro')



























Elipse fuera del centro.

>> f='(3*x^2/2^2)+(3*y^2/3^2)-1'

f =

(3*x^2/2^2)+(3*y^2/3^2)-1



>> ezplot(f)
>> title('elipse fuera del centro')



















Elipse en el centro.

>> f='(2*x^2/3^2)+(5*y^2/3^2)-3'

f =

(2*x^2/3^2)+(5*y^2/3^2)-3

>> ezplot(f)
>> title('elipse en el centro')









1 comentario:

Anónimo dijo...

Hello. This post is likeable, and your blog is very interesting, congratulations :-). I will add in my blogroll =). If possible gives a last there on my blog, it is about the Teclado e Mouse, I hope you enjoy. The address is http://mouse-e-teclado.blogspot.com. A hug.