HUUII
By Ikkiware
Iniciar sesiónRegístrate
Juan Reynoso Elias
En 2016-09-27 11:58:06


#lisp
1
También te podría interesar
Juan Reynoso Elias
En 2016-03-29 10:42:15
Streams   All of the I/O functions in lisp accept a stream argument. In some cases (e.g. READ and PRINT) the stream argument is optional; by default, ...
Juan Reynoso Elias
En 2018-01-17 17:43:31
Defun and Lambda DEFUN de fines a function with name   You can define a named function using the DEFUN form:   (defun sum (x y)   (+ x y))   The defu ...
Juan Reynoso Elias
En 2017-02-25 14:05:39
Mapping Mapping is a type of iteration in which a function is successively applied to pieces of one or more sequences. The result of the iteration is ...
Juan Reynoso Elias
En 2017-02-25 14:22:15
Hello world Uncommon Web   What is UCW?     UCW is a multi-paradigm framework for building Web based applications in Common Lisp. It has an extensible ...
Juan Reynoso Elias
En 2022-11-18 17:48:38

Solving two examples with Maxima

Solving two examples with Maxima that is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, sets, lists, vectors, matrices and tensors.