Three-Function Calculator for Three Variables
Apply three operations such as sum, product, and mean to your x, y, and z columns at once. Results appear in a table and an SVG bar chart, with the sum and mean of each result column tallied automatically.
Input
Column x
Column y
Column z
Values read: x 5 / y 5 / z 5 (each row is computed from values at the same position)
Pick three operations
Operation 1
Operation 2
Operation 3
Result
Sum of result 1 (x+y+z)
180
Sum of result 2 (x×y×z)
1,500
Sum of result 3 (mean)
60
Three results per row (bar chart)
Result 1 (x+y+z)
Result 2 (x×y×z)
Result 3 (mean)
Results table
| # | x | y | z | Result 1 x+y+z | Result 2 x×y×z | Result 3 mean |
|---|---|---|---|---|---|---|
| 1 | 10 | 2 | 1 | 13 | 20 | 4.3333 |
| 2 | 20 | 4 | 2 | 26 | 160 | 8.6667 |
| 3 | 30 | 3 | 3 | 36 | 270 | 12 |
| 4 | 40 | 5 | 4 | 49 | 800 | 16.3333 |
| 5 | 50 | 1 | 5 | 56 | 250 | 18.6667 |
Summary per result column
| Result column | Operation | Sum | Mean |
|---|---|---|---|
| Result 1 | x + y + z (sum) | 180 | 36 |
| Result 2 | x × y × z (product) | 1,500 | 300 |
| Result 3 | (x + y + z) ÷ 3 (mean) | 60 | 12 |
How it works
- Enter numbers into the three columns x, y, and z, separated by line breaks or commas. Each row is computed from the values at the same position (the x, y, and z of row 1).
- Choose a formula from the operation 1–3 dropdowns, and all three selected calculations are applied to every row, producing a table with x, y, z and results 1–3 side by side.
- Available operations include sum (x+y+z), product (x×y×z), (x+y)×z, mean, maximum, and minimum, letting you compare the same data from three different angles.
- A summary table below shows the sum and mean of each result column, so you can quickly grasp the overall picture for each column.
- The three results per row are also drawn as a color-coded bar chart, making it easy to see relative sizes and trends at a glance.
- If the x, y, and z columns differ in length, calculation is limited to the length of the shortest column. Rows where the denominator is 0 in a division are shown as blank (—).
Related calculators
Flash Shooting Distance
HobbyCalculate the ideal shooting distance to your subject from a flash unit's guide number, aperture and ISO.
Open calculator →Flash Aperture Calculator
HobbyCalculate the correct f-stop for flash photography from guide number, distance, and ISO. Instantly see the nearest standard f-stop and the correct distance for each aperture.
Open calculator →Lens Focal Length Calculator
HobbyEstimate the lens focal length (mm) and 35mm equivalent you need from your subject distance, real size, and sensor width.
Open calculator →Camera Angle of View Calculator
HobbyEnter a lens focal length and image sensor size to instantly calculate how wide a scene the camera captures: the horizontal, vertical, and diagonal angle of view. Includes presets for full frame, APS-C, Micro Four Thirds and more (plus custom sensor sizes) and shows the 35mm equivalent focal length too.
Open calculator →