FormulaLookup

FormulaLookup["query"]

gives a list of the full names of formulas whose names are consistent with "query".

FormulaLookup["query",n]

returns at most n results.

FormulaLookup["class"]

returns the names of all formulas within that class.

Details and Options

  • FormulaLookup[All] gives a full list of formula names.
  • FormulaLookup["Classes"] returns a full list of formula classes.
  • The following options can be given:
  • RequiredPhysicalQuantities {}which physical quantities to require
    ExcludedPhysicalQuantities {}which physical quantities to exclude
  • Supported physical quantities include both physical and chemical quantities such as "Length", "ElectricCurrent", and "ChemicalPotential", as well as mathematical and financial quantities such as "Angle" and "Money".

Examples

open allclose all

Basic Examples  (2)

Discover the full names of formulas for use in FormulaData:

Find all formulas for a query:

Scope  (3)

Limit the number of formulas displayed:

Find all available athletics formulas:

Find all formula classes:

Options  (9)

RequiredPhysicalQuantities  (5)

Limit the results by specifying a list of required physical quantities:

Several necessary physical quantities can be specified:

Include both required physical quantities and physical quantities to be excluded:

Examine all formulas with specified physical quantities:

Find physics formulas using speed, distance and height:

ExcludedPhysicalQuantities  (4)

Limit the results by specifying a list of excluded physical quantities:

Several necessary physical quantities can be specified:

Include both required physical quantities and physical quantities to be excluded:

Find all formulas with specified physical quantities but not including other physical quantities:

Applications  (1)

Find all formulas for the moment of inertia:

Possible Issues  (1)

Many formulas have multiple forms:

Interactive Examples  (1)

Dynamically examine formulas with specific physical quantities:

Wolfram Research (2014), FormulaLookup, Wolfram Language function, https://reference.wolfram.com/language/ref/FormulaLookup.html.

Text

Wolfram Research (2014), FormulaLookup, Wolfram Language function, https://reference.wolfram.com/language/ref/FormulaLookup.html.

CMS

Wolfram Language. 2014. "FormulaLookup." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FormulaLookup.html.

APA

Wolfram Language. (2014). FormulaLookup. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FormulaLookup.html

BibTeX

@misc{reference.wolfram_2023_formulalookup, author="Wolfram Research", title="{FormulaLookup}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/FormulaLookup.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_formulalookup, organization={Wolfram Research}, title={FormulaLookup}, year={2014}, url={https://reference.wolfram.com/language/ref/FormulaLookup.html}, note=[Accessed: 19-March-2024 ]}