Commit Graph

892 Commits

Author SHA1 Message Date
Luke Weiler
85395255f7 Update CONTRIBUTING.md 2023-01-03 15:09:23 -05:00
Luke Weiler
a55b2a1f0b Update README.md 2022-12-28 20:19:13 -05:00
Luke Weiler
c07c7fe44e Update README.md 2022-12-27 14:32:23 -05:00
Luke Weiler
a2d2a1b0e9 No Generator class (#405)
* Create ids list

* rm Genimprt, rm inst in algebra + basic_math

* computer science and calculus no inst

* Remove instances from geometry

* remove instances from misc

* remove instances from permutations

* fix under indentations

* improve binary_complement_1s

* Remove generator.py

* initial docs setup

* move modules out of funcs, regen docs

* Move subjects to single files

* pdoc docs

* add make docs

* Remove mid-file imports, delete templates

* lint fixes

* Use math in docs

* remove format string from complex_quad

* regen docs

* Lint fix

* Hide non-generator modules from docs

* Hide utility methods from docs

* Created _gen_list.py

* Remove docs from readme

* replace tabs with 4 spaces

* lint fixes

* little docs changes

* docstrings for half of subjects

* Added example docs for remaining generators

* update docs

* Update intersection of two lines #408

* Snake case variables; for #406

* update docs

* Remove escaped backslashes; for #407

* autopep8

* lint fix

* lint fix

* remove gcd duplicates; for  #401

* Add missing delimiter for fraction_multiplication

* rebuild docs
2022-12-27 14:31:58 -05:00
Luke Weiler
868cb9d614 Bump version 1.5.0 2022-12-23 00:40:06 -05:00
Luke Weiler
4f21bbd3ab Use latex as default output (#402)
* Improve combine_like_terms

* Lint fix

* add some latex to readme

* give compound_interest latex formatting

* fix compound interest readme

* update combine_like_terms readme

* combine_like_terms add delimiters

* Convert some alebra output to latex

* Add missing right] to latex

* Fix makeReadme script

* Correct det 2x2 latex

* use bmatrix for det 2x2

* update readme and bump version

* Make latex matrix one line

* made latex for most of algebra

* more latex migrations

* convert basic_math to latex

* re-generate readme

* fix double exponent

* latex for most of calculus

* Improved stationary points gen

* made cs latex

* Transform geometry to latex

* texify misc outputs

* texify statistics

* regenerate readme

* Add tex markers to linear_equations

* add list_to_tex for mult_int_22

* upgrade readme

* update list_to_tex

* add end to list_to_tex

* tweak list_to_tex, update readme

* Update README.md

* Update README.md

* lint fixes

* lint fix

* Remove tests

* texify system_of_equations

* update system_of_equations tex

* regen readme

* texify complex_quadratic

* update complex_quadratic

* regen readme

* sqrt to complex_quadratic

* complex_quadratic texify

* Update README.md

* Update README.md

* make latexbuilder

* regen readme

* fix bmatrix

* bmatrix conversions

* update readme

* use times symbol

* improve tex of prod_sci_notations

* Add missing delim to prod of sci notations

* Add missing curly brack to prod-sci-not

* lint fixes

* texify differentiation

* texify stationary points

* changed differentation to trig_differentiation

* texify stationary points

* update readme

* Remove left right from stat_points

* texify angle_btw_vectors

* update readme

* add spaces to mod operator

* Swap \\% with \\percent

* update readme

* Replace //percent with non-math %

* fix leftover \\percent

* latexify vector_cross

* change tex multiply to times

* update readme

* lint fixes

* lint fix
2022-12-23 00:38:59 -05:00
Luke Weiler
c348e176cc Update gen-gh-pages-data.yml 2022-12-21 14:33:49 -05:00
Luke Weiler
d0455bb895 Update gen-gh-pages-data.yml 2022-12-21 14:29:34 -05:00
Luke Weiler
36654998fd Update gen-gh-pages-data.yml 2022-12-21 14:25:29 -05:00
Luke Weiler
705f365598 Create gen-gh-pages-data.yml 2022-12-21 14:24:16 -05:00
Luke Weiler
e1390d707b Update README.md 2022-12-21 13:49:50 -05:00
lukew3
9d61fd3089 adopt complementary_and_supplementary_angle 2022-12-20 16:25:23 -05:00
Muhammad Al Atiqi
e7fa007c96 Create complementary_and_supplementary_angle.py (#399)
* Create complementary_and_supplementary_angle.py

* Update complementary_and_supplementary_angle.py

Co-authored-by: Luke Weiler <lukew25073@gmail.com>
2022-12-20 16:20:58 -05:00
lukew3
471337aac5 Sort genList after instead of insort 2022-12-20 00:44:15 -05:00
lukew3
c8ff8a5a3c Merge branch 'main' of https://github.com/lukew3/mathgenerator into main 2022-12-19 14:35:22 -05:00
lukew3
37389fea2d Bump version 1.4.0 2022-12-19 14:35:21 -05:00
Luke Weiler
a2cc814963 Update README.md 2022-12-19 14:32:54 -05:00
lukew3
13fdefd53c Update readme to remove mathgen 2022-12-19 14:11:56 -05:00
Luke Weiler
8e264e6b23 Remove mathgen (#396)
* Improve generator __init__ function

* Move Generator to new file, remove mathgen

* Remove getGenList redundancies

* Add backwards compatibility import mathgen from

* Insort to genList

* Linter fixes

* Lint fixes
2022-12-19 14:01:52 -05:00
Luke Weiler
7819215aca Bump version to 1.3.0 2022-12-19 03:17:12 -05:00
Luke Weiler
3f67df5e8a Rename complex_division to fraction_to_decimal (#395) 2022-12-19 03:16:36 -05:00
Luke Weiler
a12bd5cd0f Update README.md 2022-12-19 02:55:37 -05:00
Luke Weiler
09a82d242a Update README.md 2022-12-19 02:52:33 -05:00
Luke Weiler
e3c906fdf4 Update README.md 2022-12-19 02:44:03 -05:00
Luke Weiler
c603edb698 Fix bug-report.md not adding bug label 2022-12-19 02:33:52 -05:00
Luke Weiler
053ecf0421 Update version number 2022-12-19 02:20:38 -05:00
Luke Weiler
20d3294a93 Remove asterisk imports from subject inits (#391)
* removed asterisk imports from subject inits

* import Generator from the right init level
2022-12-19 02:06:10 -05:00
Luke Weiler
abeec27ae9 Update README.md 2022-12-19 01:44:47 -05:00
Luke Weiler
f2efb3751d import with name not asterisk
* import with name not *, remove top level imports

* Fix linter, remove numpy

* Lint fixes

* Comment worksheet generator temporarily
2022-12-19 01:31:08 -05:00
Luke Weiler
5bbf9bcb76 Update product_of_scientific_notations.py 2022-12-18 23:55:29 -05:00
Luke Weiler
7bb7494ccc Update CONTRIBUTING.md 2022-12-18 23:52:59 -05:00
Nachiket Gokhale
87620c5573 Update README.md (#389)
Fixed typo in title "scientific notaions" should be "scientific notations".
2022-12-18 23:51:08 -05:00
Luke Weiler
2f1d6c8ed3 Update new-generator-idea.yml 2022-12-06 14:18:27 -05:00
Luke Weiler
6ee50461d7 Update new-generator-idea.yml 2022-12-06 14:17:57 -05:00
Luke Weiler
95b905cc39 Update new-generator-idea.yml 2022-12-06 14:17:31 -05:00
Luke Weiler
104d5f5f02 Update new-generator-idea.yml 2022-12-06 14:14:33 -05:00
Luke Weiler
f1697c6793 Update new-generator-idea.yml 2022-12-06 14:13:37 -05:00
Luke Weiler
6ac4b42431 Rename new-generator-idea.md to new-generator-idea.yml 2022-12-06 14:12:46 -05:00
Luke Weiler
3a03f7bdda Update CONTRIBUTING.md 2022-12-06 14:11:05 -05:00
lukew3
72290d6881 fix new gen form 2022-12-06 14:08:42 -05:00
lukew3
1d3a7ebec0 interactive new gen form 2022-12-06 14:07:47 -05:00
lukew3
d1807db733 bug report issue update 2022-12-06 14:01:37 -05:00
lukew3
31edce75f9 bug report 2022-12-06 14:00:48 -05:00
lukew3
38dea62ed1 add new generator template 2022-12-06 13:58:52 -05:00
lukew3
44924a4fcb fix linter errors 2022-11-05 14:24:04 -04:00
lukew3
2ea31dccde fix linter errors 2022-11-05 14:16:28 -04:00
lukew3
4b38f21017 fix linter issues 2022-11-05 14:11:29 -04:00
Hussain Omer
36777d685f added iscomposite (#384)
* added iscomposite (Math function)

* Update README.md

* Update and rename iscomposite.py to is_composite.py

Co-authored-by: Luke Weiler <lukew25073@gmail.com>
2022-08-17 22:51:36 -04:00
Luke Weiler
712c74fbe3 Update README.md 2022-01-09 15:52:43 -05:00
Luke Weiler
4c0c6fb34d Merge pull request #382 from lahdjirayhan/add-pyramid-area
Add pyramid surface area generator
2021-12-27 20:18:17 -05:00