Frequently asked questions - Calc
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Spende
Wo befindet sich der Solver in Calc?
Der multivariable Solver ist integriert in LibreOffice im Menü
▸ .Solver mit den Defaulteinstellungen unterstützt nur lineare equations, aber die NLPSolver Erweiterung erlaubt auch Nicht-lineare Probleme zu lösen. Eine Erklärung all ihrer Funktionen findet sich auf [1].
Außerdem gibt es Goal seek :
- Set out the equations for your problem, with a cell to contain the initial value that is to be determined, and another containing the formula whose result needs to reach a certain value (the target value).
- Go to ▸ .
- In Formula Cell, indicate the coordinates of the cell containing the formula which needs to attain the target value.
- In Target Value, indicate the value that should be reached in the preceding case.
- In Veränderbare Zellen, indicate the coordinates of the cell whose value is unknown and will be modified.
- Klicke OK.
The spreadsheet will show you if it has reached the target value and will suggest inserting a suitable value into the variable cell. Failing that, it will suggest a value for the variable cell which gets you as close as possible to the target value.
Es gibt auch andere Tools, wie beispielsweise das Fitoo Makro, ein Nicht-lineares Korrelationstool, erstellt wurde dieses von Laurent Godard, und auf folgender Seite ist es erreichbar. [2].
Für polynomiale Korrelationen gibt es the CorelPolyGUI extension.