Basic (Symbols) =============== Symbols of fundamental physical quantities. .. py:currentmodule:: symplyphysics.symbols.basic .. py:data:: any_quantity A quantity that can have any dimension. Symbol: :code:`X` Latex: :math:`X` Dimension: :code:`any_dimension` .. py:data:: time **Time** is a scalar physical quantity operationally defined as the reading of a clock, specifically a count of repeating events such as the SI second. It is a fundamental concept used to define other physical quantities. Symbol: :code:`t` Latex: :math:`t` Dimension: :code:`time` .. py:data:: period **Period** is the duration of time of one cycle in a repeating event. Symbol: :code:`T` Latex: :math:`T` Dimension: :code:`time` .. py:data:: mass **Mass** is an intrinsic scalar property of a body, and one can distinguish at least seven different aspects of mass that define it. Experiments have shown that these values are proportional, and in some cases equal. Often, the inertial mass is being used, which is a measure of the object's resistance to acceleration when a force is applied. Symbol: :code:`m` Latex: :math:`m` Dimension: :code:`mass` .. py:data:: molar_mass **Molar mass** is defined as the mass per unit amount of substance. Symbol: :code:`M` Latex: :math:`M` Dimension: :code:`mass/amount_of_substance` .. py:data:: work **Work** is the energy transferred to or from an object via the application of force. Symbol: :code:`W` Latex: :math:`W` Dimension: :code:`energy` .. py:data:: energy_density Energy per unit volume. Symbol: :code:`w` Latex: :math:`w` Dimension: :code:`energy/volume` .. py:data:: spectral_energy_density Energy per unit volume per unit linear frequency. Symbol: :code:`w_f` Latex: :math:`w_{f}` Dimension: :code:`energy/(frequency*volume)` .. py:data:: energy **Energy** is the quantitative property that is transferred to a body or to a physical system, recognizable in the performance of work and in the form of heat and light. Symbol: :code:`E` Latex: :math:`E` Dimension: :code:`energy` .. py:data:: specific_energy **Specific energy** is defined as :attr:`~symplyphysics.symbols.basic.energy` per unit :attr:`~symplyphysics.symbols.basic.mass`. Symbol: :code:`epsilon` Latex: :math:`\varepsilon` Dimension: :code:`energy/mass` .. py:data:: power **Power** is the amount of energy transferred or converted per unit time. Symbol: :code:`P` Latex: :math:`P` Dimension: :code:`power` .. py:data:: radius_of_curvature **Radius of curvature** is the inverse of curvature and is equal to the distance to the center of curvature. .. TODO are this and distance_to_axis interchangeable? Symbol: :code:`r` Latex: :math:`r` Dimension: :code:`length` .. py:data:: density **Density** is mass per unit volume. Symbol: :code:`rho` Latex: :math:`\rho` Dimension: :code:`mass/volume` .. py:data:: linear_density **Linear density** is mass per unit length. Symbol: :code:`mu` Latex: :math:`\mu` Dimension: :code:`mass/length` .. py:data:: intensity **Intensity** or **flux** of radiant energy is the power transferred per unit area, where the area is measured on the plane perpendicular to the direction of propagation of the energy. Symbol: :code:`I` Latex: :math:`I` Dimension: :code:`power/area` .. py:data:: whole_number A dimensionless **whole** number of any sign. Symbol: :code:`N` Latex: :math:`N` Dimension: :code:`dimensionless` .. py:data:: positive_number A dimensionless whole **number** used for counting objects or instances. Symbol: :code:`N` Latex: :math:`N` Dimension: :code:`dimensionless` .. py:data:: nonnegative_number A dimensionless non-negative whole **number**, i.e. :math:`0, 1, 2, \dots`. Symbol: :code:`N` Latex: :math:`N` Dimension: :code:`dimensionless` .. py:data:: number_density **Number density** is an intensive quantity used to describe the degree of concentration of countable objects (particles, molecules, phonons, cells, galaxies, etc.) in physical space. Symbol: :code:`n` Latex: :math:`n` Dimension: :code:`1/volume` .. py:data:: particle_count Number of particles in the system. Symbol: :code:`N` Latex: :math:`N` Dimension: :code:`dimensionless` .. py:data:: angle An **angle** is the difference in direction between two lines or surfaces. Symbol: :code:`phi` Latex: :math:`\varphi` Dimension: :code:`angle` .. py:data:: probability **Probability** is a measure of an event's likelihood. Symbol: :code:`P` Latex: :math:`P` Dimension: :code:`dimensionless` .. py:data:: fractional_change **Fractional change** is linear change divided by initial value of the quantity. Symbol: :code:`e` Latex: :math:`e` Dimension: :code:`dimensionless` .. py:data:: exponential_decay_constant **Exponential decay constant**, also called **rate constant** or **disintegration constant**, is the rate at which some quantity is decreasing in such a way that its rate of change is proportional to its current value. **Links:** #. `Exponential decay `__. Symbol: :code:`lambda` Latex: :math:`\lambda` Dimension: :code:`1/time` .. py:data:: characteristic_length **Characteristic length** is a dimension that defines the scale of the physical system. It is usually defined as the volume of the system divided by its surface. **Links:** #. `Wikipedia `__. Symbol: :code:`l_c` Latex: :math:`l_\text{c}` Dimension: :code:`length` .. py:data:: molar_volume **Molar volume** is defined as :attr:`~symplyphysics.symbols.classical_mechanics.volume` per unit :attr:`~symplyphysics.symbols.chemistry.amount_of_substance`. Symbol: :code:`v_m` Latex: :math:`v_\text{m}` Dimension: :code:`volume/amount_of_substance`