https://github.com/ewdlop/a-supermassive-black-hole
名光大正;חור שחור סופר מאסיבי
https://github.com/ewdlop/a-supermassive-black-hole
ufo
Last synced: 4 months ago
JSON representation
名光大正;חור שחור סופר מאסיבי
- Host: GitHub
- URL: https://github.com/ewdlop/a-supermassive-black-hole
- Owner: ewdlop
- Created: 2024-12-30T02:00:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T09:39:03.000Z (11 months ago)
- Last Synced: 2025-03-11T07:33:22.642Z (9 months ago)
- Topics: ufo
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A-supermassive-black-hole
חור שחור סופר מאסיבי
## Description
This repository contains Python scripts and calculations related to black holes, specifically supermassive black holes. The purpose of this repository is to provide tools and functions for calculating various properties of black holes, such as the Schwarzschild radius, event horizon, and Hawking radiation.
## Blackhole Calculations in Python
The provided Python scripts include functions to calculate the following properties of black holes:
- Schwarzschild radius
- Event horizon
- Hawking radiation
## Usage
To use the provided Python scripts, follow these steps:
1. Clone the repository to your local machine.
2. Navigate to the repository directory.
3. Run the Python scripts using a Python interpreter.
Example:
```bash
git clone https://github.com/ewdlop/A-supermassive-black-hole.git
cd A-supermassive-black-hole
python blackhole_calculations.py
```