aerospaceresearch / Visma

Licence: gpl-3.0
VISual MAth - an equation solver and visualizer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Visma

Angourimath
Open-source symbolic algebra library for C# and F#. One of the most powerful in .NET
Stars: ✭ 266 (+274.65%)
Mutual labels:  math, solver
Mather
zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具
Stars: ✭ 270 (+280.28%)
Mutual labels:  math, solver
Nerdamer
a symbolic math expression evaluator for javascript
Stars: ✭ 322 (+353.52%)
Mutual labels:  math, solver
Swift Numerics
Numerical APIs for Swift
Stars: ✭ 1,052 (+1381.69%)
Mutual labels:  math
Sobol.jl
generation of Sobol low-discrepancy sequence (LDS) for the Julia language
Stars: ✭ 51 (-28.17%)
Mutual labels:  math
Euler
Swift Custom Operators for Mathematical Notation
Stars: ✭ 1,123 (+1481.69%)
Mutual labels:  math
Py Lapsolver
Fast linear assignment problem (LAP) solvers for Python based on c-extensions
Stars: ✭ 70 (-1.41%)
Mutual labels:  solver
Sophus
C++ implementation of Lie Groups using Eigen.
Stars: ✭ 1,048 (+1376.06%)
Mutual labels:  math
Math seq2tree
Seq2Tree model for Solving Math Word Problems
Stars: ✭ 67 (-5.63%)
Mutual labels:  math
String Calc
PHP calculator library for mathematical terms (expressions) passed as strings
Stars: ✭ 60 (-15.49%)
Mutual labels:  math
Yawysiwygee
Yet another what-you-see-is-what-you-get equation editor
Stars: ✭ 60 (-15.49%)
Mutual labels:  math
Vue Mathlive
Example of using the Vue wrapper for MathLive math editor
Stars: ✭ 52 (-26.76%)
Mutual labels:  math
Numericannex
Numeric facilities for Swift
Stars: ✭ 63 (-11.27%)
Mutual labels:  math
Sympy
A computer algebra system written in pure Python
Stars: ✭ 8,688 (+12136.62%)
Mutual labels:  math
Ruby Statistics
Ruby gem for some statistical operations without any statistical language dependency
Stars: ✭ 67 (-5.63%)
Mutual labels:  math
Mayamatchmovesolver
A Bundle Adjustment solver for MatchMove related tasks.
Stars: ✭ 50 (-29.58%)
Mutual labels:  solver
Swift Complex
Complex numbers in Swift
Stars: ✭ 66 (-7.04%)
Mutual labels:  math
Unity3d Curves
2D curves in polar and Cartesian coordinates, 3D curves, surfaces and fractals for the Unity3D game engine.
Stars: ✭ 59 (-16.9%)
Mutual labels:  math
Roadmap
Stars: ✭ 57 (-19.72%)
Mutual labels:  math
Prioritizr
Systematic conservation prioritization in R
Stars: ✭ 62 (-12.68%)
Mutual labels:  solver

visma - VISual MAth

A math equation solver and visualizer

visma

Build Status Codacy Badge Coveralls Coverage

An equation solver and visualizer, which aims to help in grasping how mathematical equations are transformed and solved. By this the threshold for obtaining deeper mathematical understanding can be reduced.

Installation

PyPI PyPI - Python Version

NOTE: VISualMAth is supported for python3 and above only. The recommended installation method is through pip/pip3.

  • To install do
$ pip3 install visualmath

This sets up the environment to run on your computer.

  • For launching visma do
$ visma
>>> gui
  • For windows user (and those for whom) the above launching option is not available, to launch visma do, from here you will be redirected to VisMa interactive shell, which can be used to open GUI or CLI
$ python3
>>> from visma.main import init
>>> init()
Welcome! This is Visual Maths Interactive Shell...
type 'help' for a User Manual and Ctrl + D to Exit prompt

>>> simplify(2 + x + 11)
INPUT: 2.0 + x + 11.0
OPERATION: simplify
OUTPUT: 13.0 + x

2.0 + x + 11.0

(Adding 11.0 and 2.0)
13.0 + x

>>> 
[5]+  Stopped                 python3

Download:

GitHub release GitHub repo size in bytes

If visma is to be installed locally or for development:

  • Download the source zip and extract.
  • For installing dependencies, from source folder do
$ pip3 install -r requirements.txt
  • For launching do
$ python3 main.py

NOTE: If using pip instead of pip3 for installing, make sure to check if the pip exists in python3 library by checking the pip version.

$ pip --version

Docs

Github Wiki GitHub code size in bytes

For code documentation and learning how to use visma check out the wiki.

Demo

Below are some demos showing visma and its capabilities:

  • GUI visma

  • CLI

To see all features of visma, check this out.

Contribute:

GitHub pull requests GitHub issues Zulip

PRs are welcomed. For contributing to visma refer CONTRIBUTING.md. If there are any issues or ideas they can be addressed through the issues or in chat room.

License:

License: GPL v3

visma is distributed under the GNU GPL-3 or later.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].