Home

sqrtu

sqrtU is a shorthand commonly used to denote the square root of a quantity U. In real arithmetic, sqrtU represents the nonnegative number y such that y^2 = U, defined for U ≥ 0. In complex arithmetic, there are two square roots, and by convention sqrt denotes the principal value with argument in (-π, π].

Notationally, sqrtU is often written as sqrt(U) or U^{1/2}. For a matrix U, sqrtU may refer to

Basic properties: For real U ≥ 0, sqrtU ≥ 0 and sqrtU^2 = U. The relation sqrt(ab) = sqrt(a)sqrt(b) holds

Computation: For scalars, compute by factoring or using standard functions on a calculator. For matrices, common

Examples: sqrt(9) = 3; sqrt(0) = 0. For the identity matrix I, sqrt(I) = I. If U is Hermitian

Applications: The concept is used in solving equations, normalization procedures, statistics (root-mean-square), quantum mechanics, and numerical

Notes: The existence of a real square root for matrices is not universal; only certain matrices possess

a
matrix
V
satisfying
V^2
=
U;
such
a
V
is
called
a
matrix
square
root.
If
U
is
Hermitian
positive
semidefinite,
there
is
a
unique
Hermitian
positive
semidefinite
square
root,
denoted
U^{1/2}.
for
nonnegative
a
and
b.
In
general,
squaring
erases
the
sign:
sqrt(U^2)
=
|U|
for
real
U.
methods
include
eigenvalue
decomposition
or
the
Schur
decomposition;
iterative
algorithms
such
as
the
Denman–Beavers
iteration
or
Newton’s
method
are
used
to
compute
U^{1/2}.
positive
semidefinite,
its
principal
square
root
is
the
unique
Hermitian
matrix
V
with
V^2
=
U.
linear
algebra
where
a
square
root
of
a
positive
semidefinite
operator
is
required.
a
real
square
root.
The
term
sqrtU
is
context-dependent
and
mainly
serves
as
shorthand
in
informal
settings.