Combined Stellar Magnitude Calculator
PHP Program by Jay Tanner - 2024
ENTER Stellar Magnitudes List
An empty list input will generate up to 3 random test/demo values. Simply replace these random values with any number of your own magnitude values separated by spaces, commas or semicolons.
+3.045 +2.108 +2.041
Double-Click Within Text Area to Select ALL Text
Stellar Magnitudes List: +3.045 +2.108 +2.041 Combined Stellar Magnitudes: M = +1.119446438956
In general, given two or more stars, then their singular combined magnitude value (
M
) can be found from the general summation given below.
Let:
N
= Total number of stars in group.
m
n
= Magnitude of
n
th
star in the group.
M
= Magnitude of all
N
stars combined into one.
The general equation used within the program to
compute the
N
combined stellar magnitudes is:
Program by Jay Tanner
v1.5 Revised: Saturday, July 27, 2024 at 07:16:59 PM UTC