Difference between revisions of "User:Nikita2"
m |
m (→TeXing: pie chart for pages with TeX) |
||
Line 49: | Line 49: | ||
== TeXing == | == TeXing == | ||
− | I'm keen turning up articles of EoM into better appearance by rewriting formulas and math symbols in TeX. | + | I'm keen on turning up articles of EoM into better appearance by rewriting formulas and math symbols in TeX. |
− | Now there are ''' | + | Now there are '''349''' (out of 15,890) articles with [[:Category:TeX done]] tag. |
+ | |||
+ | |||
+ | <asy> | ||
+ | size(0,150); | ||
+ | real tex=349; | ||
+ | real all=15890; | ||
+ | pair z0=0; | ||
+ | pair z1=1; | ||
+ | real theta=360*(tex/all); | ||
+ | pair z=dir(theta); | ||
+ | //draw(circle(z0,1)); | ||
+ | filldraw(z0--arc(z0,1,0+15,theta+15)--cycle,lightgreen); | ||
+ | filldraw(z0--arc(z0,1,theta+15,360+15)--cycle,lightgrey); | ||
+ | arrow("Pages with TeX",dir(0.5*theta+15),2E); | ||
+ | </asy> |
Revision as of 14:51, 12 February 2013
I am Nikita Evseev, a math graduate student living in Novosibirsk, Russia.
My research interests are in Analysis and Sobolev spaces.
Pages of which I am contributing and watching
Analytic function | Cauchy criterion | Cauchy integral | Continuous function | D'Alembert criterion (convergence of series) | Dedekind criterion (convergence of series) | Derivative | Dini theorem | Dirichlet-function | Ermakov convergence criterion | Extension of an operator | Fourier transform | Friedrichs inequality | Fubini theorem | Function | Functional | Generalized derivative | Generalized function | Geometric progression | Hahn-Banach theorem | Harmonic series | Hilbert transform | Hölder inequality | Lebesgue integral | Lebesgue measure | Leibniz criterion | Leibniz series | Lipschitz Function | Lipschitz condition | Luzin-N-property | Newton-Leibniz formula | Newton potential | Operator | Poincaré inequality | Pseudo-metric | Raabe criterion | Riemann integral | Series | Sobolev space | Vitali theorem |
TeXing
I'm keen on turning up articles of EoM into better appearance by rewriting formulas and math symbols in TeX.
Now there are 349 (out of 15,890) articles with Category:TeX done tag.
Nikita2. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Nikita2&oldid=29345