Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Check if two lists are equal as ratios
ResourceFunction["RatioEqual"][list1,list2,…] returns True if all of the listi are equivalent as ratios. |
Test if two lists are in the same proportion:
In[1]:= |
Out[1]= |
Order matters in the comparison of the lists as ratios:
In[2]:= |
Out[2]= |
Test if two ratios involving real and rational numbers are equivalent from a mathematical perspective:
In[3]:= |
Out[3]= |
Two ratios with symbolic numbers can be equivalent:
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License