Skip to content

Conversation

@parthtcx
Copy link

Description

Added a new algebra generator that creates systems of 2 equations with 2 variables with integer solutions.

Changes

  • Added system_of_equations_2var() function to algebra.py
  • Registered generator in _gen_list.py

Testing

The generator has been tested and produces valid systems of equations with correct integer solutions.

Example output:

  • Problem: "Solve the system: $7x + 10y = 15$ and $6x + 9y = 12$"
  • Solution: "$x = 5, y = -2$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant