# Outras funções matemáticas e de simulação de dinâmica de sistemas

As bibliotecas disponíveis no AnyLogic são variadas e extensas (inclusive você pode importar bibliotecas Java de terceiros. Eu, por exemplo, já importei [esta biblioteca de programação linear](https://github.com/quantego/clp-java) para um projeto).&#x20;

A primeira fonte de informações é o Help e [neste link você abre o catálogo de funções](https://help.anylogic.com/nav/3_1) separadas por tipo (matemáticas, arrays, distribuições probabilísticas, controle do tempo, dinâmica de sistemas e impressão).

Para dinâmica de sistemas, cabe destacar duas bibliotecas fundamentais:

* A biblioteca [Math](https://help.anylogic.com/nav/3_1), com seu arsenal de funções matemáticas;
* As [funções 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).

O uso deste *arsenal* foge ao escopo deste tutorial. Mas se você chegou ao ponto de utilizá-las, a partir deste ponto qualquer bom livro de simulação de dinâmica de sistemas vai guiá-lo para o infinito e além!&#x20;

Boa viagem!

![](https://images.unsplash.com/photo-1454789548928-9efd52dc4031?crop=entropy\&cs=srgb\&fm=jpg\&ixid=MnwxOTcwMjR8MHwxfHNlYXJjaHwzfHxhc3Ryb25hdXR8ZW58MHx8fHwxNjM0NjU5NzI5\&ixlib=rb-1.2.1\&q=85)


---

# 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/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.
