|
@ -118,3 +118,7 @@ def sum_of_simplified_exponential_functions(type, function): |
|
|
return False |
|
|
return False |
|
|
summands = function.split('+') |
|
|
summands = function.split('+') |
|
|
return simplify_exponential_function('e', summands) |
|
|
return simplify_exponential_function('e', summands) |
|
|
|
|
|
|
|
|
|
|
|
def difference_of_simplified_exponential_functions(type, function): |
|
|
|
|
|
if type !="de": |
|
|
|
|
|
return False |