提问于:
浏览数:
2116
```tex
\begin{theorem}{达布定理}
$\text{设}f\left(x\right)\text{在}\left[a,b\right]\text{上可导},$
$\text{且}f'_-\left(a\right)\text{与}f'_{+}\left(b\right)\text{不相等},$
$c\text{是夹在}f'_-\left(a\right)\text{与}f'_{+}\left(b\right)\text{之间的一个数}$,
$\text{则存在}\xi\in\left(a,b\right)\text{使得}f'\left(\xi\right)=c$
\end{theorem}
```![](https://pics.latexstudio.net/data/images/202002/c50bf974f6a80ac.png)
2 回答
0
这么写:
```tex
\documentclass[UTF8]{ctexart}
\usepackage{amsmath}
\newtheorem{theorem}{Theorem}
\begin{document}
\begin{theorem}{达布定理}
$\text{设}f\left(x\right)\text{在}\left[a,b\right]\text{上可导},$
$\text{且}f’-\left(a\right)\text{与}f’{+}\left(b\right)\text{不相等},$
$c\text{是夹在}f’-\left(a\right)\text{与}f’{+}\left(b\right)\text{之间的一个数}$,
$\text{则存在}\xi\in\left(a,b\right)\text{使得}f’\left(\xi\right)=c$
\end{theorem}
\end{document}
```
0
```tex
\documentclass[UTF8]{ctexart}
\usepackage{amsthm}
\theoremstyle{definition}
\newtheorem{theorem}{定理}
\begin{document}
\begin{theorem}[达布定理]
设 \( f (x) \) 在 \( [a,b] \) 上可导,
且 \( f’_- (a) \) 与 \( f’_+ (b) \) 不相等,
\( c \) 是夹在 \( f’_- (a) \) 与 \( f’_+ (b) \) 之间的一个数,
则存在 \( \xi \in (a,b) \) 使得 \( f’ (\xi)=c \).
\end{theorem}
\end{document}
```
代码块都不会用,最小工作示例也不会给,这样提问就等着好心人吧。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。