Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

DimensionalAnalysis

Guides

  • Dimensional Analysis

Symbols

  • CanonicalDimensionalProduct
  • ISQConformantQuantityQ
  • PhysicalQuantityData
  • PhysicalQuantityDimensions
  • QuantityUnitStrings
  • SIConformantQuantityQ
  • UnitSystemTransform
PeterBurbery`DimensionalAnalysis`
SIConformantQuantityQ
​
SIConformantQuantityQ
[pq]
returns True if
pq
is a product of the 29 SI units
​
Examples  
(1)
Basic Examples  
(1)
Test if a unit is SI conformant:
In[1]:=
SIConformantQuantityQ
[
F
/
m
]
Out[1]=
True
Demonstrate the liter is not an SI unit:
In[2]:=
SIConformantQuantityQ
[
L
]
Out[2]=
False
Check if a combination of units is the product of SI units:
In[3]:=
SIConformantQuantityQ
[
L
*
h
*
min
]
Out[3]=
False
SeeAlso
"XXXX"
RelatedGuides
▪
Dimensional Analysis
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com