mathgenerator._gen_list

  1gen_list = [
  2    ("addition", "basic_math"),
  3    ("subtraction", "basic_math"),
  4    ("multiplication", "basic_math"),
  5    ("division", "basic_math"),
  6    ("binary_complement_1s", "computer_science"),
  7    ("modulo_division", "computer_science"),
  8    ("square_root", "basic_math"),
  9    ("power_rule_differentiation", "calculus"),
 10    ("square", "basic_math"),
 11    ("lcm", "misc"),
 12    ("DELETED", "DELETED"),
 13    ("basic_algebra", "algebra"),
 14    ("log", "algebra"),
 15    ("fraction_to_decimal", "basic_math"),
 16    ("decimal_to_binary", "computer_science"),
 17    ("binary_to_decimal", "computer_science"),
 18    ("divide_fractions", "basic_math"),
 19    ("multiply_int_to_22_matrix", "algebra"),
 20    ("area_of_triangle", "geometry"),
 21    ("valid_triangle", "geometry"),
 22    ("midpoint_of_two_points", "algebra"),
 23    ("factoring", "algebra"),
 24    ("third_angle_of_triangle", "geometry"),
 25    ("system_of_equations", "algebra"),
 26    ("distance_two_points", "algebra"),
 27    ("pythagorean_theorem", "geometry"),
 28    ("linear_equations", "algebra"),
 29    ("prime_factors", "misc"),
 30    ("fraction_multiplication", "basic_math"),
 31    ("angle_regular_polygon", "geometry"),
 32    ("combinations", "statistics"),
 33    ("factorial", "basic_math"),
 34    ("surface_area_cube", "geometry"),
 35    ("surface_area_cuboid", "geometry"),
 36    ("surface_area_cylinder", "geometry"),
 37    ("volume_cube", "geometry"),
 38    ("volume_cuboid", "geometry"),
 39    ("volume_cylinder", "geometry"),
 40    ("surface_area_cone", "geometry"),
 41    ("volume_cone", "geometry"),
 42    ("common_factors", "misc"),
 43    ("intersection_of_two_lines", "algebra"),
 44    ("permutation", "statistics"),
 45    ("vector_cross", "algebra"),
 46    ("compare_fractions", "basic_math"),
 47    ("simple_interest", "algebra"),
 48    ("matrix_multiplication", "algebra"),
 49    ("cube_root", "basic_math"),
 50    ("power_rule_integration", "calculus"),
 51    ("fourth_angle_of_quadrilateral", "geometry"),
 52    ("quadratic_equation", "algebra"),
 53    ("DELETED", "DELETED"),
 54    ("dice_sum_probability", "statistics"),
 55    ("exponentiation", "basic_math"),
 56    ("confidence_interval", "statistics"),
 57    ("surds_comparison", "misc"),
 58    ("fibonacci_series", "computer_science"),
 59    ("basic_trigonometry", "geometry"),
 60    ("sum_of_polygon_angles", "geometry"),
 61    ("data_summary", "statistics"),
 62    ("surface_area_sphere", "geometry"),
 63    ("volume_sphere", "geometry"),
 64    ("nth_fibonacci_number", "computer_science"),
 65    ("profit_loss_percent", "misc"),
 66    ("binary_to_hex", "computer_science"),
 67    ("multiply_complex_numbers", "algebra"),
 68    ("geometric_progression", "misc"),
 69    ("geometric_mean", "misc"),
 70    ("harmonic_mean", "misc"),
 71    ("euclidian_norm", "misc"),
 72    ("angle_btw_vectors", "geometry"),
 73    ("absolute_difference", "basic_math"),
 74    ("vector_dot", "algebra"),
 75    ("binary_2s_complement", "computer_science"),
 76    ("invert_matrix", "algebra"),
 77    ("sector_area", "geometry"),
 78    ("mean_median", "statistics"),
 79    ("int_matrix_22_determinant", "algebra"),
 80    ("compound_interest", "algebra"),
 81    ("decimal_to_hexadeci", "computer_science"),
 82    ("percentage", "basic_math"),
 83    ("celsius_to_fahrenheit", "misc"),
 84    ("arithmetic_progression_term", "misc"),
 85    ("arithmetic_progression_sum", "misc"),
 86    ("decimal_to_octal", "computer_science"),
 87    ("decimal_to_roman_numerals", "misc"),
 88    ("degree_to_rad", "geometry"),
 89    ("radian_to_deg", "geometry"),
 90    ("trig_differentiation", "calculus"),
 91    ("definite_integral", "calculus"),
 92    ("is_prime", "basic_math"),
 93    ("bcd_to_decimal", "computer_science"),
 94    ("complex_to_polar", "misc"),
 95    ("set_operation", "misc"),
 96    ("base_conversion", "misc"),
 97    ("curved_surface_area_cylinder", "geometry"),
 98    ("perimeter_of_polygons", "geometry"),
 99    ("power_of_powers", "basic_math"),
100    ("quotient_of_power_same_base", "misc"),
101    ("quotient_of_power_same_power", "misc"),
102    ("complex_quadratic", "algebra"),
103    ("is_leap_year", "misc"),
104    ("minutes_to_hours", "misc"),
105    ("decimal_to_bcd", "computer_science"),
106    ("circumference", "geometry"),
107    ("combine_like_terms", "algebra"),
108    ("signum_function", "misc"),
109    ("conditional_probability", "statistics"),
110    ("arc_length", "geometry"),
111    ("binomial_distribution", "misc"),
112    ("stationary_points", "calculus"),
113    ("expanding", "algebra"),
114    ("area_of_circle", "geometry"),
115    ("volume_cone_frustum", "geometry"),
116    ("equation_of_line_from_two_points", "geometry"),
117    ("area_of_circle_given_center_and_point", "geometry"),
118    ("factors", "misc"),
119    ("volume_hemisphere", "geometry"),
120    ("percentage_difference", "basic_math"),
121    ("percentage_error", "basic_math"),
122    ("greatest_common_divisor", "basic_math"),
123    ("product_of_scientific_notations", "misc"),
124    ("volume_pyramid", "geometry"),
125    ("surface_area_pyramid", "geometry"),
126    ("is_composite", "basic_math"),
127    ("complementary_and_supplementary_angle", "geometry"),
128    ("simplify_square_root", "basic_math"),
129    ("line_equation_from_2_points", "algebra"),
130    ("orthogonal_projection", "algebra"),
131]