https://github.com/cadojo/astrophysicalcalculations.jl
Calculations common within introductory astrophysics coursework.
https://github.com/cadojo/astrophysicalcalculations.jl
Last synced: 3 months ago
JSON representation
Calculations common within introductory astrophysics coursework.
- Host: GitHub
- URL: https://github.com/cadojo/astrophysicalcalculations.jl
- Owner: cadojo
- License: mit
- Created: 2023-09-30T21:04:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T05:05:20.000Z (about 1 year ago)
- Last Synced: 2025-01-16T20:23:01.951Z (4 months ago)
- Language: Julia
- Size: 177 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cadojo/AstrophysicalCalculations.jl/actions?query=workflow%3ATests)
[](https://cadojo.github.io/AstrophysicalCalculations.jl)# `AstrophysicalCalculations.jl`
_Common equations within modern astrophysics!_
## Overview
I am currently working through Carroll and Ostlie's _An Introduction to Modern Astrophysics_.
As I read each chapter, I'm writing key equations here. This is an educational tool, but
will also allow me (and others) to explore the concepts through computation later.## Installation
This package is not-yet registered.
```julia
pkg> add https://github.com/cadojo/AstrophysicalCalculations.jl
```## References
All equations and constants are pulled from Carroll and Ostlie's _An Introduction to
Modern Astrophysics_. Equations are grouped by their underlying assumptions. See the
BibTeX citation below for Carroll and Ostlie's textbook.@book{bob2017,
title={An Introduction to Modern Astrophysics},
author={Carroll, Bradley W and Ostlie, Dale A},
year={2017},
publisher={Cambridge University Press}
}