powered by
alpha-norm of u*g + v*h.
U_gh(g, h, u, v, ...)
functions \(g,h: \R \to \R\) with finite alpha-norm (see Norm_alpha).
Norm_alpha
real numbers
additional parameters to pass to Norm_alpha
g<-function(x) exp(-x^2) h<-function(x) exp(-abs(x)) U_gh(g=g, h=h, u=4, v=3, alpha=1.7)
Run the code above in your browser using DataLab