Accueil › Forums › Programmation WIMS › Programmation dans le langage wims › maxima load lisp module › Répondre à : maxima load lisp module
6 novembre 2017 à 21:43
#4054
jm.evers
Participant
::
Well, in general I was wondering why we can use all kinds of octave packages and not those from maxima. Sure the load command in maxima is powerful, but if used in a chroot environment, it should be no real problem.
More specific, I’m working on a module about logic…
where I would like to make use package « logic.mac »
checking the freestyle answers from pupils (using or,and,not in the answers)
load("logic.mac");
test1:(A and B) or C;
test2:(A or C) and (B or C);
test3:A and (B or C);
logic_equiv(test2, test1 );
logic_equiv(test3, test1 );
And there are probably more interesting /useful packages available in « /usr/local/share/maxima/ »
Joke
- Cette réponse a été modifiée le il y a 7 années et 1 mois par jm.evers.