https://github.com/gpavanb1/tensorflow-heat-equation
Solving the 1D Heat Equation using Tensorflow
https://github.com/gpavanb1/tensorflow-heat-equation
Last synced: about 1 month ago
JSON representation
Solving the 1D Heat Equation using Tensorflow
- Host: GitHub
- URL: https://github.com/gpavanb1/tensorflow-heat-equation
- Owner: gpavanb1
- Created: 2020-02-27T20:33:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:42:01.000Z (over 3 years ago)
- Last Synced: 2025-01-13T19:39:31.159Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tensorflow-Heat-Equation

This repository contains Python Jupyter notebook to solve 1D Heat Diffusion equation using Dirichlet Boundary conditions.
## How to install and execute
Install the requirements using `pip install -r requirements.txt`
Once completed successfully, just open the `.ipynb` notebook in Jupyter.
## Sample Output

## Whom to contact?
Please direct your queries to [gpavanb1](http://github.com/gpavanb1)
for any questions.