# Otras funciones de simulación matemática y dinámica de sistemas

Las bibliotecas disponibles en AnyLogic son variadas y extensas (incluyendo que puede importar bibliotecas Java de terceros. Yo, por ejemplo, ya importé [esta biblioteca de programación lineal](https://github.com/quantego/clp-java) para un proyecto).&#x20;

La primera fuente de información es **Help** y en este [enlace se abre el catálogo](https://help.anylogic.com/nav/3_1) de funciones separadas por tipo (matemáticas, arrays, distribuciones probabilísticas, control de tiempo, dinámica del sistema e impresión).

Para la dinámica de sistemas, se deben destacar dos bibliotecas fundamentales:

* La biblioteca [Math](https://help.anylogic.com/nav/3_1), on su arsenal de funciones matemáticas;
* [Funciones específicas de dinámica de sistemas](https://help.anylogic.com/nav/3_1_4) (delay, delay1, delay3, delayInformation, delayMaterial, forecast, gammaLog, npv, npve, pulse, pulseTrain, ramp, smooth, smooth3, step e trend).

El uso de este arsenal está más allá del alcance de este tutorial. Pero si llega al punto de usarlos, a partir de ese momento cualquier buen libro de simulación de dinámica de sistemas lo guiará hasta el ¡infinito y más allá!

¡Buen viaje!

<figure><img src="https://images.unsplash.com/photo-1454789548928-9efd52dc4031?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=MnwxOTcwMjR8MHwxfHNlYXJjaHwzfHxhc3Ryb25hdXR8ZW58MHx8fHwxNjM0NjU5NzI5&#x26;ixlib=rb-1.2.1&#x26;q=85" alt="" width="188"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tutorial-ds.anylogicbrasil.com.br/espanol/outras-funcoes-matematicas-e-de-simulacao-de-dinamica-de-sistemas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
