Latex公式.docx

上传人:b****6 文档编号:13658367 上传时间:2023-06-16 格式:DOCX 页数:22 大小:1.48MB
下载 相关 举报
Latex公式.docx_第1页
第1页 / 共22页
Latex公式.docx_第2页
第2页 / 共22页
Latex公式.docx_第3页
第3页 / 共22页
Latex公式.docx_第4页
第4页 / 共22页
Latex公式.docx_第5页
第5页 / 共22页
Latex公式.docx_第6页
第6页 / 共22页
Latex公式.docx_第7页
第7页 / 共22页
Latex公式.docx_第8页
第8页 / 共22页
Latex公式.docx_第9页
第9页 / 共22页
Latex公式.docx_第10页
第10页 / 共22页
Latex公式.docx_第11页
第11页 / 共22页
Latex公式.docx_第12页
第12页 / 共22页
Latex公式.docx_第13页
第13页 / 共22页
Latex公式.docx_第14页
第14页 / 共22页
Latex公式.docx_第15页
第15页 / 共22页
Latex公式.docx_第16页
第16页 / 共22页
Latex公式.docx_第17页
第17页 / 共22页
Latex公式.docx_第18页
第18页 / 共22页
Latex公式.docx_第19页
第19页 / 共22页
Latex公式.docx_第20页
第20页 / 共22页
亲,该文档总共22页,到这儿已超出免费预览范围,如果喜欢就下载吧!
下载资源
资源描述

Latex公式.docx

《Latex公式.docx》由会员分享,可在线阅读,更多相关《Latex公式.docx(22页珍藏版)》请在冰点文库上搜索。

Latex公式.docx

Latex公式

Latex_公式

 

 

 

 

 

全景解析

%导言区\documentclass{article}

\usepackage{ctex}

%equation*与矩阵所需的宏包

\usepackage{amsmath}

%正文区

\begin{document}

\tableofcontents

%常用符号

%行间公式:

$$

%带编号的行间公式:

equation环境

%不带编号的行间公式:

\[\]

\section{简介}

\LaTeX分为两种模式,文本模式与数学公式

\section{行内公式}

\subsection{美元符号}

交换律是$a+b=b+a$如$1+2=2+1$

\subsection{小括号}

交换律是\(a+b=b+a\)如\(1+2=2+1\)

\subsection{math环境}

交换律是

\begin{math}

a+b=b+a

\end{math}

\begin{math}

1+2=2+1.

\end{math}

\section{上下标}

\subsection{上标}

$3x^2-x+2$

$3x^{x+1}-x+2$

\subsection{下标}

$x_1+x_2=4$

$x_{x+1}+x_2=4$

\section{希腊字母}

$\alpha\beta\gamma\delta\epsilon$

\section{数学函数}

$\log$

$\sin$

$\cos$

$\arcsin$

$\arccos$

$\arctan$

$\ln$

$\sin^2x+\cos^2x=1$

$\sqrt[2]{2x+3}$

$\sqrt[3]{2x-5}$

\section{分式}

\subsection{/}

$3/4$

\subsection{\textbackslashfrac\{\}\{\}}

$\frac{8}{5}$

\section{行间公式}

\subsection{双美元符号}

交换律是$$a+b=b+a$$

如$$1+2=2+1$$

\subsection{中括号}

交换律是\[a+b=b+a\]

如\[1+2=2+1\]

\subsection{displaymath环境}

交换律是

\begin{displaymath}

a+b=b+a\label{eq:

no2}%下文用之7.4

\end{displaymath}

\begin{displaymath}

1+2=2+1

\end{displaymath}

\subsection{自动编号}

交换律见式\ref{eq:

no1}

\begin{equation}

a+b=b+a\label{eq:

no1}

\end{equation}

如见公式\ref{eq:

no2}

\begin{equation}

1+2=2+1

\end{equation}%此处体现加标签的重要性,加则指定,不加则自排

\subsection{不自动编号}

交换律见式

\begin{equation*}

a+b=b+a\label{eq:

no3}

\end{equation*}

如见公式\ref{eq:

no3}

\begin{equation*}

1+2=2+1

\end{equation*}

 

 

\section{矩阵的排版}

\subsection{矩阵的括号}

%无括号

\[

\begin{matrix}

0&1\\

1&0

\end{matrix}

\]

%小括号

\[

\begin{pmatrix}

0&1\\

1&0

\end{pmatrix}

\]

 

%中括号

\[

\begin{bmatrix}

0&1\\

1&0

\end{bmatrix}

\]

%大括号

\[

\begin{Bmatrix}

0&1\\

1&0

\end{Bmatrix}

\]

%单竖线

\[

\begin{vmatrix}

0&1\\

1&0

\end{vmatrix}

\]

%双竖线

\[

\begin{Vmatrix}

0&1\\

1&0

\end{Vmatrix}

\]

\subsection{矩阵的省略号}

%\dots横向省略号

%\vdots竖向省略号

%\ddots斜向省略号

\[

A=\begin{bmatrix}

a_{11}&\dots&a_{1n}\\

\vdots&\ddots&\vdots\\

0&\dots&a_{nn}

\end{bmatrix}_{n\timesn}

\]

\subsection{行内小矩阵}

复数可用矩阵

\begin{math}

\left(\begin{smallmatrix}

x&y\\

-y&x

\end{smallmatrix}\right)

\end{math}来表示

\subsection{array环境}

\[

\begin{array}{c|c}

1&2\\

\hline

1 &1

\end{array}

\]

\end{document}

 

公式编号

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > IT计算机 > 电脑基础知识

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2