# Analysis

**Alpaca4d** is a software tool for performing various types of structural analysis. It can perform several different types of analyses, including:

1. Linear static analysis: This type of analysis is used to determine the static response of a structure to a known set of loads. The results show the deflection, stress, and strain at various points in the structure.
2. Linear dynamic analysis: This type of analysis is used to study the dynamic response of a structure to dynamic loads such as earthquakes or wind. It can be used to calculate the response spectrum, mode shapes, and frequencies of a structure.
3. Nonlinear static analysis: This type of analysis is used to study the behavior of a structure when it is subject to large deformations. It is often used to investigate the behavior of structures under extreme loading conditions, such as collapse or failure.
4. Nonlinear dynamic analysis: This type of analysis combines the principles of linear and nonlinear static analysis to study the behavior of a structure under dynamic loads that cause large deformations.
5. Eigenfrequencies analysis: This type of analysis is used to compute the natural frequencies and mode shapes of the structure. It helps to identify possible resonance with dynamic loads (such as wind or earthquakes), to understand the global dynamic behaviour, and to support the definition of response spectrum and time‑history analyses.


---

# 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://alpaca4d.gitbook.io/docs/basics/analysis.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.
