Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.47 KB

Graph-builder

Table of contents

✅ Build the graphics functions

Window working example

Brief description

A tool (GUI) for

  • the build of graphs of mathematical functions (ℝ $\to$ ℝ), including
    • interpolation (with the GUI at Tk/Tcl-window!),
    • solving the system of linear equations (SLE's),
    • etc., in addition.

✅ Contains the tools to build graphs, integrate, interpolate, solve the system of LAEs.

✔️ Few tools in addition.

🚀🤔✔️ Was developed for the OS Windows (and tested on Win. 10), might not work on another systems. ❗🧐 Probably, might work on Mac, the key_bindings file may be modified in order to set the appropriate key bindings.

Python 3.10+ GUI Math

Navigation

References

See /lib/, especially /lib/Docs/.

up to top