Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Attempt to simplify a numeric expression containing logarithms using integer relations
ResourceFunction["LogSimplify"][expr] attempts to simplify a numeric expression expr containing multiple Log terms, using integer relations among logarithms. |
Simplify an expression related to Stephen Wolfram's SALT cellular automaton:
| In[1]:= | ![]() |
| Out[1]= |
Verify the identity numerically:
| In[2]:= |
| Out[2]= |
In this case, FullSimplify is not able to simplify the expression and so returns the input expression unchanged:
| In[3]:= |
| Out[3]= |
Simplify the expression obtained using the divergence theorem to find the mean square cylindrical radius of the tritetrahedron:
| In[4]:= | ![]() |
| Out[5]= |
Verify this identity numerically:
| In[6]:= |
| Out[6]= |
Consider the definite integral of a rational function:
| In[7]:= |
| Out[7]= | ![]() |
Simplify this expression:
| In[8]:= |
| Out[8]= |
Verify the identity numerically:
| In[9]:= |
| Out[9]= |
The function returns unevaluated when given a non-numeric argument:
| In[10]:= |
| Out[10]= |
Arguments are evaluated according to the normal Wolfram Language evaluation rules:
| In[11]:= |
| Out[11]= |
| In[12]:= |
| Out[12]= |
If the evaluated argument contains fewer than two Log terms, the argument is returned unchanged:
| In[13]:= |
| Out[13]= |
| In[14]:= |
| Out[14]= |
If no relation is found among Log terms, the argument is returned unchanged:
| In[15]:= |
| Out[15]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License