cours-act-2010-exercices/ex2.9.wxm
François Pelletier f6734c7548 first commit
2020-01-02 17:35:21 -05:00

13 lines
470 B
Text

/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 13.04.2 ] */
/* [wxMaxima: input start ] */
algsys([(1+t^2)*E - (1+a^2)*V - D = 0, t*E = a*V], [t,E]);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
float(algsys([(1+t^2)*E - (1+0.5^2)*0.04 - 0.01 = 0, t*E = 0.5*0.04], [t,E]));
/* [wxMaxima: input end ] */
/* Maxima can't load/batch files which end with a comment! */
"Created with wxMaxima"$