|
@ -113,4 +113,5 @@ def simplify_product_function(type, function): |
|
|
def sum_of_simplified_exponential_functions(type, function): |
|
|
def sum_of_simplified_exponential_functions(type, function): |
|
|
if type !="se": |
|
|
if type !="se": |
|
|
return False |
|
|
return False |
|
|
summands = function.split('+') |
|
|
|
|
|
|
|
|
summands = function.split('+') |
|
|
|
|
|
simplified = simplify_exponential_function('e', summands) |