Engineering

This page presents procedures from class WorksheetFunction related to the theme Engineering

BesselI - Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.

BesselJ - Returns the Bessel function.

BesselK - Returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments.

BesselY - Returns the Bessel function, which is also called the Weber function or the Neumann function.

Bin2Dec - Converts a binary number to decimal.

Bin2Hex - Converts a binary number to hexadecimal.

Bin2Oct - Converts a binary number to octal.

Complex - Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj.

Convert - Converts a number from one measurement system to another. For example, Convert can translate a table of distances in miles to a table of distances in kilometers.

Dec2Bin - Converts a decimal number to binary.

Dec2Hex - Converts a decimal number to hexadecimal.

Dec2Oct - Converts a decimal number to octal.

Delta - Tests whether two values are equal. Returns 1 if number1 = number2; otherwise, returns 0.

Erf_Precise - Returns the error function integrated between zero and lower_limit.

ErfC_Precise - Returns the complementary error function integrated between the specified value and infinity.

GeStep - Returns 1 if number ≥ step; otherwise, returns 0 (zero). Use this function to filter a set of values. For example, by summing several GeStep functions, you calculate the count of values that exceed a threshold.

Hex2Bin - Converts a hexadecimal number to binary.

Hex2Dec - Converts a hexadecimal number to decimal.

Hex2Oct - Converts a hexadecimal number to octal.

ImAbs - Returns the absolute value (modulus) of a complex number in x + yi or x + yj text format.

Imaginary - Returns the imaginary coefficient of a complex number in x + yi or x + yj text format.

ImArgument - Returns the argument (theta), an angle expressed in radians, such that:.

ImConjugate - Returns the complex conjugate of a complex number in x + yi or x + yj text format.

ImCos - Returns the cosine of a complex number in x + yi or x + yj text format.

ImCosh - Returns the hyperbolic cosine of a complex number.

ImCot - Returns the cotangent of a complex number.

ImCsc - Returns the cosecant of a complex number.

ImCsch - Returns the hyperbolic cosecant of a complex number.

ImDiv - Returns the quotient of two complex numbers in x + yi or x + yj text format.

ImExp - Returns the exponential of a complex number in x + yi or x + yj text format.

ImLn - Returns the natural logarithm of a complex number in x + yi or x + yj text format.

ImLog10 - Returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format.

ImLog2 - Returns the base-2 logarithm of a complex number in x + yi or x + yj text format.

ImPower - Returns a complex number in x + yi or x + yj text format raised to a power.

ImProduct - Returns the product of 2 to 29 complex numbers in x + yi or x + yj text format.

ImReal - Returns the real coefficient of a complex number in x + yi or x + yj text format.

ImSec - Returns the secant of a complex number.

ImSech - Returns the hyperbolic secant of a complex number.

ImSin - Returns the sine of a complex number in x + yi or x + yj text format.

ImSinh - Returns the hyperbolic sine of a complex number.

ImSqrt - Returns the square root of a complex number in x + yi or x + yj text format.

ImSub - Returns the difference of two complex numbers in x + yi or x + yj text format.

ImSum - Returns the sum of two or more complex numbers in x + yi or x + yj text format.

ImTan - Returns the tangent of a complex number.

Oct2Bin - Converts an octal number to binary.

Oct2Dec - Converts an octal number to decimal.

Oct2Hex - Converts an octal number to hexadecimal.