Learn R Programming

QuantumOps (version 3.0.1)

norm: norm

Description

Finds the norm of input column vector by taking the inner product with itself

Usage

norm(v)

Arguments

v

kcolumn vector

Value

Norm of the input column vector

Examples

Run this code
# NOT RUN {
 norm(ket(1,0))
# }

Run the code above in your browser using DataLab