I’d like some input about my math solving AI. For some background on what I’m doing; I’ve made an AI on ChatGPT, it can compute a variety off fields of math dynamically.
This AI exhibits a moderate to high level of complexity in mathematical problem-solving. It has:
- Symbolic Computation – Uses SymPy for algebraic manipulation, solving equations, and integration.
- Numerical Computation – Uses NumPy for high-speed calculations.
- Domain-Specific Implementations – Covers multiple physics and mathematical domains (kinetics, thermodynamics, quantum mechanics, trigonometry, etc.).
- Grounding Truths & Rule-Based Processing – Uses predefined equations and rules to guide problem-solving.
- Equation Parsing & Processing – Can interpret and solve mathematical expressions dynamically.
My goal is to make an AI that will allow any equation of valid physicality to be returnable.
Here is a list of all areas of math it can solve so far:
“Kinetic Energy”, “Potential Energy”, “Work Energy Theorem”, “Rotational Kinetic Energy”, “Elastic Potential Energy”, “Electric Potential Energy”, “Work with Friction”, “Entropy Change”, “Heat Transfer”, “Position & Momentum Commutation Relation”, “Time-Independent Schrödinger Equation (Free Particle)”, “Expectation Value of Momentum”, “Commutation Relation with Hamiltonian”, “Position and Energy Expectation”, “Energy of a Particle in a Box”, “Hamiltonian for Quantum Harmonic Oscillator”, “Commutator of Momentum and Position Squared”, “Time Evolution of a Wavefunction”.
Each area has been tested multiple times with solid results under varied conditions.
I’d like to expand its understanding of math and try to figure out if anything like this is already a thing. Also what are some areas of math you guys know are bound in physics?