|
Contents | Previous | Next | Subchapters |
| Syntax |
| value |
|
| See Also | norm function abs , max |
If the value is not complex,
the norm is the square root of the sum of the squares of its elements.
If the value is complex, the norm is the square root of the sum of the squares of the real and imaginary parts of its elements.
print |-1|
O-Matrix will respond
1
print |[3, 4]|
will result in
5