# Symmetry

The APM solver supports symmetry solutions across the x-z plane. When using the symmetry option the solver calculates the influence coefficients 2x faster and requires 2x less memory. To enable the symmetry option, set the `symmetry` option to 1 in the **.conf** file. Note that any motion that you prescribe (if performing an unsteady simulation) must honour the x-z symmetry requirements. This means no velocity components in the y-direction or non-zero sideslip angle! The image below shows the comparison of the wake between symmetric and non-symmetric solutions.

<figure><img src="/files/IC7H0tmTtqx5x5kRZe2X" alt=""><figcaption><p>Symmetric and non-symmetric (not assuming) symmetry of a fixed-wing UAV.</p></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://docs.aviumtechnologies.com/user-guide/solver/symmetry.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.
