> For the complete documentation index, see [llms.txt](https://manual-1-3.karamba3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-1-3.karamba3d.com/2-getting-started/2-getting-started-1/setting-up-a-structural-analysis/2.2.5-choose-an-algorithm.md).

# 2.2.5: Choose an Algorithm

![ Fig. 2.2.5.1: Deflection and stress-wise utilization of a cantilever beam with a point-load at its tip](/files/-M9XuWAYImH5oH8hzJ0R)

Karamba3D offers various options of analyzing a structural model. The **“Analyze”** component (see fig. 2.2.5.1) calculates the deformation and stresses of a model under external loads. The **“Deformation”**-slider in the submenu **“Display Scales”** of the **“ModelView”**-component allows you to scale the graphical output of the displacements. The default magnification factor is 50. In case the numeric range of the **“Deformation”**-slider does not fit it can be adapted.

{% hint style="info" %}
A double-click on the knob of the slider invokes a window for adapting the slider settings.
{% endhint %}

In order to get the numbers which correspond to the colors of the utilization output a **“Legend”**-component is used in fig. 2.2.5.1. Dividing the normal stress in a point of the cantilever by the strength of its material gives the stress-wise utilization output of the **“BeamView”**-component. Negative values correspond to compression, positive values to tension. Stress-wise utilization can be misleading: slender beams under axial compression buckle and thus collapse before the compressive stresses reach the material strength. The **“Utilization”**-component includes stability and should be used in such cases.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual-1-3.karamba3d.com/2-getting-started/2-getting-started-1/setting-up-a-structural-analysis/2.2.5-choose-an-algorithm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
