|
Further Examples: Norm
Here is the norm of a complex number.
In[1]:= 
Out[1]= 
Here is the norm of a list of numbers.
In[2]:= 
Out[2]= 
Here is the norm of a symbolic list.
In[3]:= 
Out[3]= 
The one argument form of norm is the same as the 2-norm.
In[4]:= 
Out[4]= 
This gives the 2.4-norm.
In[5]:= 
Out[5]= 
Here is the 1-norm of a matrix.
In[6]:= 
Out[6]= 
Here is the norm of a matrix.
In[7]:= 
Out[7]= 
It is faster to use Norm than to use its definition.
In[8]:= 
In[9]:= 
Out[9]= 
In[10]:= 
Out[10]= 
In[11]:= 
|