Difference between revisions of "User:Nikita2"
m (→TeXing) |
m (→TeXing) |
||
Line 54: | Line 54: | ||
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 '''401''' (out of 15,890) articles with [[:Category:TeX done]] tag. |
{| | {| | ||
Line 61: | Line 61: | ||
import graph; | import graph; | ||
size(400,200,IgnoreAspect); | size(400,200,IgnoreAspect); | ||
− | int n= | + | int n=7;//number of months |
real[] a=new real[n]; | real[] a=new real[n]; | ||
string[] month={"Jan","February","March","April","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; | string[] month={"Jan","February","March","April","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; | ||
Line 70: | Line 70: | ||
a[4]=375; //June | a[4]=375; //June | ||
a[5]=386; //July | a[5]=386; //July | ||
− | a[6]= | + | a[6]=401; //Aug |
+ | a[7]=410; //Sep | ||
void mbox(real m, real c) | void mbox(real m, real c) | ||
{ | { | ||
Line 81: | Line 82: | ||
draw(box((-0.5,300),(n-0.5,a[n]+2))); | draw(box((-0.5,300),(n-0.5,a[n]+2))); | ||
xaxis(xmin=0,Bottom,LeftTicks(Step=1,new string(real y) {return month[round(y+1 % 12)];})); | 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],a[ | + | yaxis("pages with TeX",Left,LeftTicks(DefaultFormat, new real[] {300,a[0],a[1],a[3],a[5]})); |
yaxis(Right,RightTicks(DefaultFormat, new real[] {a[n-1]})); | yaxis(Right,RightTicks(DefaultFormat, new real[] {a[n-1]})); | ||
</asy> | </asy> | ||
Line 89: | Line 90: | ||
<asy> | <asy> | ||
size(0,150); | size(0,150); | ||
− | real tex= | + | real tex=401; |
real all=15890; | real all=15890; | ||
pair z0=0; | pair z0=0; |
Revision as of 04:47, 12 September 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 401 (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=29993