The Equation of Bhuja ! Bhujamsa = distance angular traversed ; bhuja jya = Radius multiplied by modern sine; if 42 degrees is traversed, then sin(42) * 180/ pi ; or 206265 seconds * sin(42)

Formula for Computing the Equation of Centre fhe the First Lunar Kendra.

rmkx = ram – rap ( R avi Manda Kendra = Ravi Madhyamam – Ravi Mandocham

if sign(rmkx) = -1
rmkx = rmkx +360
endif

**** First Kendra ******

fken = rmkx + 180

fken = fken % 360

if fken < 90
rbh = fken
endif

if fken > 90 .and. fken < 180
rbh = 180- fken
endif

if fken > 180 .and. fken < 270
rbh = fken -180
endif

if fken > 270 .and. fken < 360
rbh = 360 -fken
endif

fsec = sin(dtor(rbh))*658

Leave a Reply

Your email address will not be published. Required fields are marked *