mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update README.md
This commit is contained in:
@@ -26,7 +26,7 @@ problem, solution = mathgen.addition()
|
||||
## List of Generators
|
||||
|
||||
| Id | Skill | Example problem | Example Solution | Function Name |
|
||||
|------|-----------------------------------|--------------------|-------------------|--------------------------|
|
||||
|------|-----------------------------------|--------------------|-----------------------|--------------------------|
|
||||
| 0 | Addition | 1+5= | 6 | addition |
|
||||
| 1 | Subtraction | 9-4= | 5 | subtraction |
|
||||
| 2 | Multiplication | 4*6= | 24 | multiplication |
|
||||
@@ -44,4 +44,4 @@ problem, solution = mathgen.addition()
|
||||
| 14 | Decimal to Binary | Binary of a= | b | decimalToBinary |
|
||||
| 15 | Binary to Decimal | Decimal of a= | b | binaryToDecimal |
|
||||
| 16 | Fraction Division | (a/b)/(c/d)= | x/y | fractionDivision |
|
||||
| 17 | Fraction Division | k * [[a,b],[c,d]]= | [[k*a,k*b],[k*c,k*d]] | intMatrix22Multiplication|
|
||||
| 17 | Int 2x2 Matrix Multiplication | k * [[a,b],[c,d]]= | [[k*a,k*b],[k*c,k*d]] | intMatrix22Multiplication|
|
||||
|
||||
Reference in New Issue
Block a user