Exemplo n.º 1
0
 def test_simplify_different_instances(self):
     s1 = Symbol(1)
     s2 = Symbol(1)
     self.assertEqual(s1.simplify(), s2.simplify())
Exemplo n.º 2
0
 def test_simplify(self):
     s = Symbol(1)
     self.assertEqual(s.simplify(), s)
Exemplo n.º 3
0
 def test_simplify(self):
     s = Symbol(1)
     self.assertEqual(s.simplify(), s)