Difference between revisions of "User:Nikita2"
(→TeXing) |
|||
Line 49: | Line 49: | ||
[[Sobolev space]] | | [[Sobolev space]] | | ||
[[Vitali theorem]] | | [[Vitali theorem]] | | ||
+ | |||
+ | |||
+ | |||
== TeXing == | == TeXing == | ||
I'm keen on 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 '''353''' (out of 15,890) articles with [[:Category:TeX done]] tag. |
{| | {| | ||
|- | |- | ||
− | | <asy> | + | |<asy> |
+ | import graph; | ||
+ | size(400,200,IgnoreAspect); | ||
+ | int n=2;//number of months | ||
+ | real[] a=new real[n]; | ||
+ | string[] month={"Jan","February","March","April","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; | ||
+ | a[0]=349; //February | ||
+ | a[1]=353; //March | ||
+ | a[2]=363; //April | ||
+ | a[3]=353; //May | ||
+ | a[4]=353; //June | ||
+ | |||
+ | void mbox(real m, real c) | ||
+ | { | ||
+ | path g=box((m-0.5,0),(m+0.5,c)); | ||
+ | filldraw(g,lightgreen); | ||
+ | |||
+ | } | ||
+ | for(int i=0; i < n; ++i){ mbox(i,a[i]);} | ||
+ | draw(box((-0.5,300),(n-0.5,a[n]+2))); | ||
+ | limits((-0.5,300),(n-0.5,a[n]+2),Crop); | ||
+ | xaxis(xmin=0,Bottom,LeftTicks(Step=1,new string(real y) {return month[round(y+1 % 12)];})); | ||
+ | yaxis("pages with TeX",Left,LeftTicks(DefaultFormat, new real[] {300,a[0],a[1]})); | ||
+ | </asy> | ||
+ | || | ||
+ | | ||
+ | || | ||
+ | <asy> | ||
size(0,150); | size(0,150); | ||
− | real tex= | + | real tex=353; |
real all=15890; | real all=15890; | ||
pair z0=0; | pair z0=0; | ||
Line 72: | Line 102: | ||
arrow("still need TeX",dir(-1*(0.5*theta+d)),2E); | arrow("still need TeX",dir(-1*(0.5*theta+d)),2E); | ||
</asy> | </asy> | ||
− | + | |} | |
− | |||
+ | |||
+ | <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/d/d030/d030030/d03003011.png" /> $\quad \rightarrow \quad$ $\sum_{n=1}^{\infty}n!z^n$ | ||
Just type <small><nowiki>$\sum_{n=1}^{\infty}n!z^n$</nowiki></small>. | Just type <small><nowiki>$\sum_{n=1}^{\infty}n!z^n$</nowiki></small>. | ||
− | + | Today You may look at | |
− | Today You may look at [[:Category:TeX wanted]]. | + | [[:Category:TeX wanted]]. |
− |
Revision as of 07:46, 3 March 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 | Condition number 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 353 (out of 15,890) articles with Category:TeX done tag.
|
|
$\quad \rightarrow \quad$ $\sum_{n=1}^{\infty}n!z^n$
Just type $\sum_{n=1}^{\infty}n!z^n$.
Today You may look at
Category:TeX wanted.
Nikita2. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Nikita2&oldid=29484