Scientific Calculator
Tags | |
The SciCalc contains a set of useful scientific calculator functions including the following:
Scientific Calculator Functions
Unit Conversions:
- Length or Distance: Converts an input length to compatible units.
- Area: Converts an input area to compatible units.
- Volume: Converts an input volume to compatible units.
- Velocity: Converts an input velocity to compatible units.
- Mass or Weight: Converts an input mass or weight to compatible units.
- Temperature: Converts and input temperature to compatible units.
- Force: Converts an input force to compatible units.
- Pressure: Converts an input pressure to compatible units.
Basic Math Functions:
- x-1: mathematical inverse or reciprocal of x, which is also 1/x
- x! : factorial of x
- x2: square of x
- x3: cube of x
- xy: x to the yth power
- 10x: ten to the xth power.
- √x: square root of x
- 3√x: cube root of x
- y√x: yth root of x
- Rand: Rreturns a random number between 0 and 1.
- log(x): base 10 log of x
- ln(x) : natural log of x
- MOD: integer remainder of x/y.
- GCD: greatest common divisor of two numbers
Math Constants:
- e - base of the natural log
- π - base of Euclidean geometry
Trigonometry Functions:
- sin(θ) : sine function of an angle.
- cos(θ): cosine function of an angle.
- tan(θ): tangent function of an angle.
- sin-1(x): angle from the inverse of a sine.
- cos-1(x): angle from the inverse of a cosine.
- tan-1(x): angle from the inverse of a tangent.
- sinh: Hyperbolic Sine
- sinh(x)=ex-e-x2
- cosh: Hyperbolic cosine
- cosh(x)=ex+
- tanh: Hyperbolic tangent
- tanh(x) = (sinh(x))/(cosh(x)) = ((e^x - e^(-x))) / ((e^x + e^(-x)))
- coth: Hyperbolic cotangent
- coth(x) = 1 / (tanh(x)) = ((e^x + e^(-x))) / ((e^x - e^(-x)))
- csch: Hyperbolic cosecant
- csch(x) = 1 / (sinh(x)) = 2/(e^x - e^(-x))
- sech: Hyperbolic secant
- sech(x) = 1 / (cosh(x)) = 2/(e^x + e^(-x))
Inverse Hyperbolic Functions:
- arshinh: Arc Hyperbolic Sine
- arsinh(x) = ln(x+sqrt(x^2+1)) For: -infty < x < infty
- arcosh: Arc Hyperbolic Cosine
- arcosh(x) = ln(x+sqrt(x^2-1)) For: -infty < x < infty
- artanh: Arc Hyperbolic Tangent
- artanh(x) = 1/2 ln((1+x)/(1-x)) For: -1 < x < 1
- arcsch: Arc Hyperbolic Cosecant
- arcsch(x) = ln(1/x + sqrt(1/x^2 +1)) For: -infty < x < infty, xne0
- arsech: Arc Hyperbolic Secant
- arsech(x) = ln(1/x + sqrt(1/x^2 - 1)) For: 0 <x le 1
- arcoth: Arc Hyperbolic Cotangent
- arcoth(x) = 1/2 * ln( (x+1)/(x-1)) For: -infty < x < -1 "or" 1 < x < infty
The Science
Hyperbolic trigonometric functions are a family of mathematical functions closely related to ordinary trigonometric functions. While ordinary trigonometric functions (like sine, cosine, and tangent) are defined based on the unit circle, hyperbolic trigonometric functions are defined based on the geometry of the hyperbola. These functions have properties similar to their ordinary trigonometric counterparts. For example, sinh(x) and cosh(x) are analogs of sine and cosine, respectively, and have similar symmetries and periodic properties. However, instead of describing the relationships between angles and sides of right triangles, hyperbolic trigonometric functions describe the relationships between sides and diagonals of hyperbolic triangles. They appear in various mathematical contexts, including differential equations, complex analysis, and geometry, as well as in physics and engineering.
Vector Calculator
3D vector arithmetic functions including Cartesian, Spherical and Cylindrical coordinate transforms.
- k V - scalar multiplication
- V / |V| - Computes the Unit Vector
- |V| - Computes the magnitude of a vector
- U + V - Vector addition
- U - V - Vector subtraction
- |U - V| - Distance between vector endpoints.
- |U + V| - Magnitude of vector sum.
- V • U - Computes the dot product of two vectors
- V x U - Computes the cross product of two vectors
- V x U • W - Computes the mixed product of three vectors
- Vector Angle - Computes the angle between two vectors
- Vector Area - Computes the area between two vectors
- Vector Projection - Compute the vector projection of V onto U.
- Vector Rotation - Compute the result vector after rotating around an axis.
- Normal to 3 Points - Vector Normal to a Plane Defined by Three Points
- (ρ, θ, φ) to (x,y,z) - Spherical to Cartesian coordinates
- (x,y,z) to (ρ, θ, φ) - Cartesian to Spherical coordinates
- (r, θ, z) to (x,y,z) - Cylindrical to Cartesian coordinates
- (x,y,z) to (r, θ, z) - Cartesian to Cylindrical coordinates
- Vector Components - Magnitude, Unit Vector and angle between vector and three coordinate axes
Statistics Calculator
- Observational Stats: This function accepts a table of numbers separated by commas and calculates observational statistics for any of the columns. This includes count, min, max, sum, sum of squares (Σx²), square of the sum (Σx)², mean, median, mode, range, mid point, rand, sort up, sort down, rand, population variance, population standard deviation, the sample/experimental variance, sample/experimental standard deviation.
- Frequency Distribution: This function lets you enter a string of numbers separated by commas, a low and high range and a number of bins. It then computes how many of the observations are in each of the bins between the high and low values designated.
- Random Sample (k): This generate a random sample of k items within a set.
- Percentile: This computes the relative percentile of an observation verses a set.
- P(A) = F / T: This computes the probability of a favorable event in a total number of outcomes.
- P(n,S) - Binomial Probability: Probability of S successes in n trials of a binomial distribution.
- Binomial Coefficient: from Pascal's Triangle.
- zSCORE (y in X): This computes the z SCORE of an observation in a set (X).
- zSCORE (y,μ,σ): This computes the z SCORE of an observation based on the mean and standard deviation.
- z from P(y): This computes the z SCORE based on a probability or percentile in a Normal Distribution table.
- P(y) left of z: This computes the percentile, probability or area under the curve of a Normal Distribution left of the z SCORE.
- P(y) right of z: This computes the percentile, probability or area under the curve of a Normal Distribution right of the z SCORE.
- Probability between z SCORES: This computes the area under the Normal Distribution curve between z SCOREs.
- Raw Score (P,μ,σ): This computes the raw score associated with a percentile in a Normal Distribution (μ,σ).
- Paired Sample t-test: This computes the various parameters associated with the Paired Sample t-test.
- y = a + bx: This is linear equation used with Linear Regression to predict values of Y.
- ANOVA (one way): The is one way analysis of variance
- (χ2) Chi-Square Test: This computes the Chi-Square value for an nxm array of data and provides the degrees of freedom.
- computes the regression line (least-squares) through a set of X and Y observations. It also computes the regression coefficient (r).
Quaternion Calculator
- Quaternion Addition
- Quaternion Subtraction
- Quaternion Multiplication
- Quaternion Magnitude
- Quaternion Versor
- Quaternion Conjugate
- Quaternion Inverse
- Quaternion of Rotation
- Vector Rotation
3x3 Matrix Characteristics: computes the determinant, trace, inverse and characteristic polynomial of a 3x3 matrix, Cramer’s Rule
Calculators and Collections
Equations
- Length Units Conversion Use Equation
- Area Unit Conversion Use Equation
- Volume Unit Conversion Use Equation
- Velocity Unit Conversion Use Equation
- Mass Unit Conversion Use Equation
- Temperature Unit Conversion Use Equation
- Force Unit Conversion Use Equation
- Pressure Units Conversion Use Equation
- Reciprocal Use Equation
- Factorial Use Equation
- Square Use Equation
- cube Use Equation
- Exponential Use Equation
- 10 to the x Use Equation
- Square Root Use Equation
- cube root Use Equation
- yth root Use Equation
- Random Real [0.0, 1.0] Use Equation
- Log_10 Use Equation
- ln Use Equation
- Modulus Use Equation
- Greatest Common Divisor Use Equation
- Sine Use Equation
- Cosine Use Equation
- Tangent Use Equation
- Arcsine Use Equation
- Arccosine Use Equation
- Arctangent Use Equation
- Hyperbolic Sine Use Equation
- Hyperbolic Cosine Use Equation
- Hyperbolic Tangent Use Equation
- Hyperbolic Cotangent Use Equation
- Hyperbolic Cosecant Use Equation
- Hyperbolic Secant Use Equation
- Arc Hyperbolic Sine Use Equation
- Arc Hyperbolic Cosine Use Equation
- Arc Hyperbolic Tangent Use Equation
- Arc Hyperbolic Cosecant Use Equation
- Arc Hyperbolic Secant Use Equation
- Arc Hyperbolic Cotangent Use Equation
Data Items
- Eulers Number Use Data Item
- pi Use Data Item