Abhisumat Kundu

numeth - Python package to use numerical method algorithms in 1 line

by
A fully functional Python package implementing core numerical methods for engineering and applied mathematics. Users can also visualize the corresponding graphs for the particular problems they're working on. Designed for usability and educational clarity. Install via pip: pip install numeth

Add a comment

Replies

Best
Abhisumat Kundu

numeth is a python library that eases the complexity of writing numerical method algorithms. you can also visualize your work with the help of graphs, corresponding to the particular algorithm you're using.

with numeth, numerical method algos can be executed in one line!!!

perfect for engineers, researchers and scholars wwho work with applied math