Skip to content

Instantly share code, notes, and snippets.

View Observatorio-de-Matematica's full-sized avatar

Observatorio-de-Matematica

View GitHub Profile
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [wxMaxima: input start ] */
solve([x^2+9*x+20.25=0], [x]);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
solve([solve([x^2+9*x+12.25=0], [x])], [x]);
/* [wxMaxima: input end ] */
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [wxMaxima: input start ] */
expand((x-4)*(x-1)*(x+7)/15);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
expand((x-11)*(x+13));
/* [wxMaxima: input end ] */
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 0.8.2 ] */
/* [wxMaxima: comment start ]
-------------------------------------------------------------------------
FICHERO CON LAS FUNCIONES B�SICAS SOBRE LISTAS.
Matem�tica Discreta.
Dpto. de Matem�tica Aplicada. ETSISI-UPM.
/* --------------------------------------------------
Compute the line integral of fn along the path path
for parameter values from p0 to p1.
fn is an expression,
path a list of two or three equations, one for each
coordinate. The left hand sides of the equations
are the names of the coordinates, the right
hand sides are expressions in param
---------------------------------------------------*/
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 22.04.0 ] */
/* [wxMaxima: title start ]
TEMA 5: Métodos numéricos de
resolución de ecuaciones
[wxMaxima: title end ] */
/* [wxMaxima: section start ]
Introducción al análisis numérico
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 22.04.0 ] */
/* [wxMaxima: title start ]
NOMBRE:
GRUPO:
[wxMaxima: title end ] */
/* [wxMaxima: section start ]
EJERCICIO E2_1:
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 22.04.0 ] */
/* [wxMaxima: title start ]
Derivación (tema 7 de maxima.pdf)
[wxMaxima: title end ] */
/* [wxMaxima: section start ]
Comando diff(f(x),x)
[wxMaxima: section end ] */
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 22.04.0 ] */
/* [wxMaxima: title start ]
Examen B-II
[wxMaxima: title end ] */
/* [wxMaxima: comment start ]
Este es uno de los tipos de examen de prácticas del día 21 de diciembre.
He de agradecer al alumno Antonio Jiménez Martínez, del grupo
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 22.04.0 ] */
/* [wxMaxima: title start ]
Resolución de ecuaciones
[wxMaxima: title end ] */
/* [wxMaxima: section start ]
Ecuaciones y operaciones con
ecuaciones
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 22.04.0 ] */
/* [wxMaxima: input start ] */
Vzd:sqrt(100^2+(100+2*sqrt(70^2+50^2))^2);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
float(Vzd);
/* [wxMaxima: input end ] */