mathgenerator icon indicating copy to clipboard operation
mathgenerator copied to clipboard

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their need...

Results 39 mathgenerator issues
Sort by recently updated
recently updated
newest added

## Sudoku Validation >Write a program to check a board of Sudoku of size 9x9 is valid or not. ### example- Input: board = [["5","3",".",".","7",".",".",".","."] ,["6",".",".","1","9","5",".",".","."] ,[".","9","8",".",".",".",".","6","."] ,["8",".",".",".","6",".",".",".","3"] ,["4",".",".","8",".","3",".",".","1"] ,["7",".",".",".","2",".",".",".","6"]...

### Example Problem Lucy has 5 apples and gives her friend 3. How many does she have left? ### Example Solution 2 ### Optional, Provide Further Explanation You may have...

added a interactive word problem which can help in word problems hope its helps and merge

### Bug Description height, half_width, triangle_height_1 = random.sample(random.choice(_PYTHAGOREAN), 3) --- triangle_height_1 and triangle_height_2 should be calculated by height, not random generated.

https://github.com/lukew3/mathgenerator/blob/6e11124a1cd3840dfc1b78f8f3cdea5b02f65744/mathgenerator/misc.py#L229 Getting 0 every time ``` The number $0$ in Roman Numerals is: MCDII ```

### Bug Description When generating a problem for algebra/expanding, this error may come up: ``` Traceback (most recent call last): File "adoptGenerator.py", line 40, in main() # makes readme File...

bug

### Updated algebra/expanding string integer out of range error Fixes #403 I fixed the bug causing the string out of range error . I also fixed some other issues where...

### Find base given two numbers and one base Created function for base_b_given_two_nums() in misc.py file and also added the tuple to the mathgenerator/_gen_list.py file Fixes #191

Adding new function. Matrix Transpose.