Commit Graph

118 Commits

Author SHA1 Message Date
Luke Weiler
16eb360895 Merge pull request #88 from RodolfoNei/add-multiplication-fractions
add the multiplication of fractions function
2020-10-16 13:05:49 -04:00
Rodolfo Nei
78d6bcc9b3 add the multiplication of fractions function 2020-10-16 12:14:07 -03:00
Luke Weiler
c0f2c9b281 Merge pull request #65 from Paradact/prime_factorisation
Prime Factorisation
2020-10-16 10:22:07 -04:00
Luke Weiler
05646f80f4 Merge branch 'master' into prime_factorisation 2020-10-16 10:21:50 -04:00
Luke Weiler
bfb7e1ba7a Fixed factoring name and added comment to 26 2020-10-16 10:17:36 -04:00
-
7e555f42fe Adjusted difficulty 2020-10-16 16:11:59 +02:00
-
08b7c701d6 Fixed error where the problem is adjusted in the algorithm 2020-10-16 16:11:45 +02:00
Luke Weiler
d8d3690e91 Merge pull request #82 from priyansh-anand/master
Added linear equations in n variables
2020-10-16 09:57:44 -04:00
Luke Weiler
61fcb86a3d Merge branch 'master' into master 2020-10-16 09:57:27 -04:00
Luke Weiler
561d03df4d Merge pull request #84 from ananyakaushik/pythagoras
add Pythagorean theorem
2020-10-16 09:53:40 -04:00
Luke Weiler
555ab723ba Merge branch 'master' into pythagoras 2020-10-16 09:53:32 -04:00
Luke Weiler
56009dabf8 Merge pull request #74 from ieshaan12/master
Distance between 2 points
2020-10-16 09:36:30 -04:00
Luke Weiler
66740db1ea Merge branch 'master' into master 2020-10-16 09:35:34 -04:00
Luke Weiler
9d114ab4ae Merge pull request #73 from aditya9110/master
Third Angle of a Triangle
2020-10-16 09:30:56 -04:00
Luke Weiler
b45adf9679 Merge branch 'master' into master 2020-10-16 09:30:48 -04:00
Luke Weiler
3af0831233 Merge pull request #72 from RobertWetzler/system_of_equations
System of equations
2020-10-16 09:21:03 -04:00
Luke Weiler
1f5e2ba43a Merge pull request #71 from RobertWetzler/master
Simplify Radical, Issue #68
2020-10-16 09:18:27 -04:00
Ananya Kaushik
887cedda9f add Pythagorean theorem 2020-10-16 05:46:44 -07:00
Priyansh Anand
209bfb7978 Added linearEquations generator 2020-10-16 15:57:23 +05:30
Priyansh Anand
f905903bd4 Allowed to pass arguments to the generator functions (optional) 2020-10-16 15:55:27 +05:30
-
f38892bec7 Fixed undeclared variable 2020-10-16 10:14:21 +02:00
ieshaan12
1bedf32949 Two Point distance 2020-10-16 12:24:30 +05:30
Aditya Mahimkar
6248336226 Update mathgen.py 2020-10-16 12:06:50 +05:30
Ieshaan Saxena
f005bf22ac Merge pull request #1 from Todarith/master
Updating fork
2020-10-16 12:03:49 +05:30
Aditya Mahimkar
f73df71c23 Update mathgen.py 2020-10-16 11:56:03 +05:30
Aditya Mahimkar
6ccb1a9bc7 Update mathgen.py 2020-10-16 11:11:42 +05:30
ElRoberto13
6425741486 Remove radical function from branch 2020-10-16 01:32:46 -04:00
ElRoberto13
4505fc8974 Solves a system of equations
Issue #67. Solves a system of equations of two variables (R^2)
2020-10-16 01:27:03 -04:00
ElRoberto13
c767d09ac8 Simplify Radical, Issue #68
This adds the simplifyRadical generator, which simplifies a radical to
its simplest form
2020-10-15 23:23:24 -04:00
Luke Weiler
e983077d92 Merge pull request #62 from drobiu/master
Add factoring func
2020-10-15 21:36:47 -04:00
Luke Weiler
f14b2ddd0c Merge branch 'master' into master 2020-10-15 21:36:38 -04:00
Luke Weiler
cc78098b4a Fixed error with second term of problem 2020-10-15 21:35:07 -04:00
Luke Weiler
3a19cdd8fd Fixed accidentally removed + sign 2020-10-15 20:02:40 -04:00
Luke Weiler
b33cf073d1 Merge pull request #64 from lusifer65/patch-2
Update mathgen.py
2020-10-15 20:01:47 -04:00
Luke Weiler
b9db7a116c Merge branch 'master' into patch-2 2020-10-15 20:00:06 -04:00
Luke Weiler
13a42db000 Merge pull request #63 from xNetcat/master
updated README.md
2020-10-15 19:58:20 -04:00
Luke Weiler
9397a919d3 Update README.md 2020-10-15 19:57:02 -04:00
Luke Weiler
26ded52b24 Merge branch 'master' into master 2020-10-15 19:46:25 -04:00
Luke Weiler
c122a80b38 Merge pull request #60 from ieshaan12/master
Triangle exists check
2020-10-15 19:31:20 -04:00
Luke Weiler
bd772d917c Merge branch 'master' into master 2020-10-15 19:31:12 -04:00
Luke Weiler
ccb7d6e5dc Merge pull request #59 from aditya9110/master
Area of Triangle (Heron's Formula)
2020-10-15 19:29:14 -04:00
Luke Weiler
4af32e9e12 Merge branch 'master' into master 2020-10-15 19:28:57 -04:00
-
02ca66cf91 Prime Factorisation 2020-10-15 23:32:38 +02:00
Akash verma
dc45a4be8d Update mathgen.py
midPointOfTwoPoint=Generator("Midpoint of the two point",18,"((X1,Y1),(X2,Y2))=","((X1+X2)/2,(Y1+Y2)/2)",MidPointOfTwoPoint)
2020-10-15 15:40:50 -04:00
0xNetcat
fabd4dc33d updated README.md 2020-10-15 21:34:55 +02:00
Karol Dobiczek
137cb81bef Add factoring func 2020-10-15 20:40:11 +02:00
ieshaan12
734dd662c5 Triangle exists check 2020-10-15 23:57:19 +05:30
Aditya Mahimkar
d2830507cf Update mathgen.py 2020-10-15 23:38:32 +05:30
Luke Weiler
1790e31160 Merge pull request #57 from ieshaan12/matrix-2-2-by-integer
Integer Multiplication with 2x2 Matrix
2020-10-15 13:45:34 -04:00
ieshaan12
85185a8376 Integer Multiplication with 2x2 Matrix 2020-10-15 23:10:36 +05:30