Научный форум dxdy

Математика, Физика, Computer Science, Machine Learning, LaTeX, Механика и Техника, Химия,
Биология и Медицина, Экономика и Финансовая Математика, Гуманитарные науки




 Задача
Дано 
$$
I_{n,1}=O(|f'(a_1)-n|^{-1}+|f'(a)-n|^{-1}),
I_{n,2}=O(|f'(b_1)-n|^{-1}+|f'(b)-n|^{-1}),
$$
Доказать, что
$$
\sum_{f'(a)-\Delta\leq n\leq f'(b)+\Delta}(I_{n,1}+I_{n,2})=O(\log(f'(b)-f'(a)+2))
$$
где $a_1=[a]+1.5,\ b_1=[b]-0.5$
PS: Незнаю как это доказывается! может быт кто нибудь поможеть? :cry:[/math]

 
Аватара пользователя
А что известно о \Delta?

 
Anatoliy писал(а):
А что известно о \Delta?

\Delta- любое постоянное число из интервале (0,1)

 
How to read this shit???
Maybe i can help you, i have a lot of books, but i really can't understand this kind of notation...

 
Аватара пользователя
This "shit" is the standard TeX notation.

 
where can i download it???

 To 011001
Аватара пользователя
If you're Windows-user pick up this link: http://www.miktex.org/. MikTeX is a Ws-based "LaTeX2e-and-related-stuff" macropackage implementation that's destined by old imp Donald Knuth :D for advanced and professional typesetting.

 
Actually basic rules of TeX notation are very simple.

To insert formula into the text it should be surrounded with $ signs:
text.. $..formula..$ ..text

If you want to obtain a formula on a separate string then it should be surrounded with $ signs:
text..
$$
..formula..
$$
..text


Keywords begin with \. Functional keywords:
\int for integral
\sum for summation
\frac for fraction, etc (\sin, \log, \prod...)

Keywords for math. signs:
A \subset B - A is a subset of B
x \in A - x is an element of A
A \cap B - intersection of A and B
\delta, \phi, \lambda - Greek literals

etc., there are 100-200 signs

Sub- and superscripts: keyword_subscript^superscript. For example
x^3 - x cubed,
\int_a^b - integral from a to b

Braces. Parts of formula, which are formulas themselves, should be surrounded with braces:
\sum_{i=1}^n - sum over i from 1 to n

 
Аватара пользователя
Dan_Te писал(а):
Actually basic rules of TeX notation are very simple.
*** *** ***

That's what I call "A brief course on TeXnix"! :D

 
Well thanks for help, i downloaded that MikTex but it still doesn't work, i mean i just can't see any changes :-(
By the way, are you all MGU students? I'm just curious about your English, i mean it's perfect, do you actually study it? Also what are you using the most Maple, MathCAD or Mathematica??? And how advanced are you in Mathematics? Are you actually in MexMat or something like that??

 
Аватара пользователя
011001 писал(а):
Well thanks for help, i downloaded that MikTex but it still doesn't work, i mean i just can't see any changes :-(
By the way, are you all MGU students? I'm just curious about your English, i mean it's perfect, do you actually study it? Also what are you using the most Maple, MathCAD or Mathematica??? And how advanced are you in Mathematics? Are you actually in MexMat or something like that??


Here is a MiKTeX installation guide http://dmvn.mexmat.net/tex/miktex-setup-doc.rar
It was written by the students of mech-math, Veltischev bros.

 
Аватара пользователя
011001 писал(а):
...i downloaded that MikTex but it still doesn't work, i mean i just can't see any changes...

Well, it's not enough to simply download and install this distribution. The TeX system isn't an ordinary application like MS Word or NotePad designed so that a "non-experienced user" be able to type and format texts for several clicks! :) Any TeX-based tysetting system claims attentiveness and persistence within creating documents from its users, because nothing is predefined! I guess, in the Inet there is plenty of appropriate guide books devoted to TeX, LaTeX, teTeX, OzTeX etc. (depending on the OS), some of them being contained at this outstanding elibrary.

Cheers
PK

 [ Сообщений: 12 ] 


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group