visma icon indicating copy to clipboard operation
visma copied to clipboard

VISual MAth - an equation solver and visualizer

Results 35 visma issues
Sort by recently updated
recently updated
newest added

While running the command `from visma.main import init` on: `Windows 64-bit Python 3.7.4` I got the following error: `Traceback (most recent call last): File "", line 1, in File "C:\ProgramData\Anaconda3\lib\site-packages\visma\main.py",...

https://github.com/gr8geek/visma/tree/network-suppourt-added We intend to create a graph module that could perform various kinds of graph like: 1.weighted graph 2.trees(including balanced binary search tree) and algorithms: 3.Shortest pathfinder 4.Topological sort 5.Isomorphism...

The button visma is visible on first start gui, but have any info in the input. When you try to click generate an error: ``` Traceback (most recent call last):...

As of now, we are not using any such package for displaying the matrices in GUI mode. Using such a module would indeed be useful. Any package like `/amsmath` which...

gui
easy
moderate
Beginner Friendly

### To do: Add tokenize and simplify support for different function classes. ### Prereq: Adding simplification support for the functions would be easier after simplify module is updated (#142) ###...

module
moderate

To support LaTeX expressions as input, a parser is required which converts LaTeX format to text format which can be handled by visma. **Edit:** The function `latexToTerms()` is to be...

feature
easy

Fixes #243 When GUI start the visma button was with enable True by default, but when have no input the default should be eneable False.

…which is not constant. Access to local variables 'result' and 'token_string' was not proper leading to crash which is fixed with this pull request.

Earlier when tried to re-invoke the GUI via CLI on exiting once the application would crash. The bug has been fixed ![Screenshot from 2020-03-16 02-50-40](https://user-images.githubusercontent.com/41500702/76710878-08fbce80-6731-11ea-9d56-ba149a53a3de.png)

Description in line 158 cli.py FIXME: when either plotting window or GUI window is opened from CLI and after it is closed entire CLI exits, it would be better if...