Sesión 7. Cálculo simbólico.
Apuntes. https://drive.google.com/open?id=1IYROvD0K9n6Izqgy0oGF-ddptM7m7zBW
1.- Bucles While.
- Ejemplos con un vector y con una serie. https://drive.google.com/open?id=1jkYhx2fw7M3d9i8cewji9mqFOZ78jS27
- Programa vector. https://drive.google.com/file/d/11Kp0YxgDQYP6OjgRu9XWddq6XUhpLk3_/view?usp=sharing
- Programa serie. https://drive.google.com/open?id=1Qi9Ap_SWloqXMCtFRX871Lg_iwzAFPSo
2.- Cálculo simbólico.
- Concepto variable y función simbólica. https://matlab.digym.upm.es/concepto-de-variable-simbolica/
- Qué podemos hacer con las funciones simbólicas:
- Comando fplot. https://matlab.digym.upm.es/dibujando-funciones-simbolicas-comando-fplot/
- Derivarlas, evaluarlas y dibujarlas.
- Derivada y flplot. https://drive.google.com/file/d/1Rxo8-_1E2_Wil_ICRXS2sMsRh9_MIuYX/view?usp=sharing
- Derivada, eval y plot. https://drive.google.com/file/d/1NzIQmOkTZuqX3lahcuIVMrG7cFp_KEQC/view?usp=sharing
- Derivada y fsurf. https://drive.google.com/file/d/1zX0J9931CMfBU_S2c5hJPjnSBzNmo_eQ/view?usp=sharing
- Límites. https://matlab.digym.upm.es/interpetacion-grafica-de-limites-comando-limit/
- Pasarla como argumentos en un subprograma. https://matlab.digym.upm.es/funcion-en-matlab-un-argumento-es-una-funcion-simbolica/