ryan-hennigan / Sparkle_Unicorn_Induction_Tutor

Saas 431 project more details to come
0 stars 1 forks source link

Create expression evaluator #6

Open rishubmishra opened 6 years ago

rishubmishra commented 6 years ago
mattBroman commented 6 years ago

we're gonna need the questions database in order to do this first since the base case is based on the question they're answering.

mauleb commented 6 years ago

Is that true actually? The expression evaluator just needs to be able to simplify symbolic expressions as much as possible

mattBroman commented 6 years ago

I misunderstood what we where building here my bad, I thought this was the entire base case checker not just the math part of it.

mauleb commented 6 years ago

Okay. I might try to pick this up after the midterm tomorrow. I can't remember if I mentioned this previously, but each "object" will need to be able to evaluate, but we also need to be able to check equality. In this particular case, determining if 3 is equal to 4 is pretty easy, but we also need to handle basic symbolic equality as well as symbolic equality with sums and product sequences.