You are on page 1of 7

ALUMNO: FIDEL DE LA CRUZ ARANA

CODIGO: 17190237

CURSO: MATEMATICA COMPUTACIONAL

TEMA: CURVAS PARAMETRICAS

PROFESOR: JOSE LUIS ACUÑA

ESCUELA: INGENIERIA ELECTRICA – CICLO I


Graficar las siguientes curvas paramétricas:

1. figure,ezplot('(cos(1.*t)-cos(2.*t).^3)','(sin(1.*t)-sin(2.*t).^3)',[0,10])

2. figure,ezplot('(cos(2.*t)-cos(1.*t).^3)','(sin(2.*t)-sin(1.*t).^3)',[0,10])

3. figure,ezplot('(cos(1.*t)-cos(3.*t).^3)','(sin(1.*t)-sin(3.*t).^3)',[0,10])
4. figure,ezplot('(cos(3.*t)-cos(1.*t).^3)','(sin(3.*t)-sin(1.*t).^3)',[0,10])

5. figure,ezplot('(cos(1.*t)-cos(4.*t).^3)','(sin(1.*t)-sin(4.*t).^3)',[0,10])

6. figure,ezplot('(cos(4.*t)-cos(1.*t).^3)','(sin(4.*t)-sin(1.*t).^3)',[0,10])
7. figure,ezplot('(cos(1.*t)-cos(5.*t).^3)','(sin(1.*t)-sin(5.*t).^3)',[0,10])

8. figure,ezplot('(cos(5.*t)-cos(1.*t).^3)','(sin(5.*t)-sin(1.*t).^3)',[0,10])

9. figure,ezplot('(cos(1.*t)-cos(6.*t).^3)','(sin(1.*t)-sin(6.*t).^3)',[0,10])
10. figure,ezplot('(cos(6.*t)-cos(1.*t).^3)','(sin(6.*t)-sin(1.*t).^3)',[0,10])

11. figure,ezplot('(cos(1.*t)-cos(7.*t).^3)','(sin(1.*t)-sin(7.*t).^3)',[0,10])

12. figure,ezplot('(cos(7.*t)-cos(1.*t).^3)','(sin(7.*t)-sin(1.*t).^3)',[0,10])
13. figure,ezplot('(cos(1.*t)-cos(2.*t).^3)','(sin(1.*t)-sin(3.*t).^3)',[0,10])

14. figure,ezplot('(cos(1.*t)-cos(3.*t).^3)','(sin(1.*t)-sin(2.*t).^3)',[0,10])

15. figure,ezplot('(cos(1.*t)-cos(2.*t).^3)','(sin(2.*t)-sin(1.*t).^3)',[0,10])
16. figure, ezplot('(cos(1. *t)-cos(3. *t).^3)','(sin(3.*t)-sin(1.*t).^3)',[0,10])

You might also like