Skip to main content

Tkinter application for solving differential equations.

Project description

diff-eq-solver

Tests

An application that uses the finite difference method to solve various types of differential equations, such as the heat equation and wave equation. The solution is written to a table in an Excel file, and the solution is visually displayed on a plot. For time dependent PDEs, the plot is animated.

Open in Gitpod

Installation

pip3 install diffeq-solver-tk

Usage

The GUI can be started with detk. Once you open the solver, choose a differential equation type through the navigation bar above and enter the parameters for your equation. Clicking "Solve" will run the solving algorithm for your equation and generate a static plot in the right window. After a solution is prepared, you can export the solution as an xlsx file by clicking "Export". For partial differential equation types, you can play an animation in the right window by clicking "Play" and switch back to the static plot by clicking "Show Plot".

diffeq-solver-tk can also be used in the command-line by running detk solve <diff-eq-type> <infile> <outfile>. Examples of valid <infile> files are provided in tests/queries.

Dev Wiki

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

diffeq_solver_tk-0.0.8.tar.gz (24.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page