'

Entering variable values

Enter a variable’s value in the text box labelled value.

input variable values
values for input variables a and b

Also note that you can generate values, upload data files or assign constant values.

Once you’ve entered all data for your input variables, press the button to calculate the value of the output variable (x in the example above).

Note

If you change an input variable’s value after solving, the background of the solved variable’s text box will be shaded orange and the ‘solve’ button will begin pulsating to let you know that the current formula solution is not in sync with its input variables.

Value arrays (lists)

An array is a list of multiple values for a single variable.

All values in an array have the same units.

Array size

When you solve a formula, it’s important that all input variables have the same number of elements.

However, if a variable has just one value, that value will be automatically repeated (or broadcast) so that it has the same size as the other input variables.

Here’s an example, note how b‘s value ‘2’ gets re-used three times (matching the length of a‘s array), resulting in these three multiplication operations:

  • 2 • 3 = 6
  • 2 • 9 = 18
  • 2 • 12 = 24
array size matching
'2' is repeated 3 times

Entering array values

Separate multiple values by a semicolon.

Actually, you can use any reasonable character such as a space or comma, for example in order to increase legibility - but make sure it is a character distinct from that used for the radix (‘decimal mark’) or thousands separators.

Alternatively, you can press the button that appears in the text box when you start entering a value - a semicolon will be inserted into the text box at the current cursor position.

You may want to check out spreadsheet mode once you start dealing with larger arrays of data.

Spreadsheet mode

In addition to the standard (or simple) formula layout, the Solver has an alternative display mode, Spreadsheet mode, that is well-suited to manipulating large arrays of values.

This mode is similar to a spreadsheet application where you have a table of data structured into rows and columns. A column of data makes up the value array for a particular variable.

simple data
simple data
data table
The same formula in spreadsheet mode
switch to table mode and back
Activate spreadsheet mode via this button

Adding rows of data

To add a row of data, i.e. to extend the variables’ array lengths by one, press the + button at the bottom of the table.

add a row
The plus button adds a row to the spreadsheet

Alternatively, you can use the Context menu for this.

Context menu

A menu of commands that control the spreadsheet’s layout can be accessed if you click with the right-hand mouse button on a table cell.

Note

The actions carried out by the menu items depend on which cells are currently selected.

To select a cell, just click on it. To select a group of cells, drag across the table area. You can select an entire row of data by clicking on the row number; a column can be selected by clicking on the equals sign at the top of the column (the ‘column header’),

Insert above
If you have 1 cell selected, a new cell will be inserted above it. If you have N table cells selected, N new cells will be inserted above the top of these selected cells. The size of table columns not selected will not be affected.
Insert below
If you have 1 cell selected, a new cell will be inserted below it. If you have N table cells selected, N new cells will be inserted below the bottom of these selected cells. The size of table columns not selected will not be affected.
Remove cells
The selected cells are completely deleted. Any cells coming after (i.e., later than) the deleted cells will be moved upwards to fill in the resulting space.
Clear cell contents
The contents of the selected cells are deleted. Any cells coming after (i.e., later than) the deleted cells will be unaffected.
context menu
The context menu in spreadsheet mode

Note

If you’re using a touchscreen device, use a long click instead of a right-click (i.e., press and hold for 3 seconds).

Getting data to/from spreadsheet applications

You can copy data into and out of common spreadsheet applications such as Microsoft Excel, OpenOffice, or LibreOffice.

Alternatively, you can export your spreadsheet data to .csv (comma separated values) format and follow the directions under Uploading data files.

Decimal marks, thousands separators and other internationalization issues

fxSolver will let you enter either a comma or period as the decimal mark. Continental Europe traditionally uses a comma for this, while English-speaking countries use a period (sometimes raised to mid-line).

Likewise, when entering data, you can enter data either a comma or period for digits grouping (‘thousands separator’) - but currently, fxSolver will silently remove the separator.