Implement `ExpressionPolynomial` class that just represents [arithmetic circuit](https://en.wikipedia.org/wiki/Arithmetic_circuit_complexity#Definitions) and a polynomial space for it (over field or ring?). ## Links - [Arithmetic circuit definition @ Wikipedia](https://en.wikipedia.org/wiki/Arithmetic_circuit_complexity#Definitions) - [Polynomial identity testing @ Wikipedia](https://en.wikipedia.org/wiki/Polynomial_identity_testing)
Implement
ExpressionPolynomialclass that just represents arithmetic circuit and a polynomial space for it (over field or ring?).Links