当前位置:网站首页>word 公式编辑器 键入技巧 | 写数学作业必备速查表
word 公式编辑器 键入技巧 | 写数学作业必备速查表
2022-08-04 05:05:00 【D2O】
前言:之前作业需要交电子版,故研究了下 Unicode 中各常用的数学符号如何输入,并整理了 word 自带的公式编辑器的键入技巧做成了速查表。现将写数学作业最常用的几个公式的键入技巧摘录如下。
0. 调出 word 自带的公式编辑器
插入公式:“alt”+“=”
以下各公式均在此步骤之后键入
1. 键入希腊字母
键入希腊字母: \+(字母英文读音)
e.g. \alpha
\Delta
注:首字母为大写则键入结果为大写希腊字母,首字母为小写同理。
附:希腊字母读音表
2. 键入上标下标
上标:“^”
e.g. x^3
下标:“_”
e.g. a_2
注:上下标可联用,顺序无所谓x^2_3=x_3^2
3. 键入分数
键入分数:** “/” **
e.g. a/b
4. 键入积分
键入积分:**“\int” **
e.g.\int x
\int_0^1 x
5. 键入根式
键入根式:\sqrt”
e.g. \sqrt(2) \sqrt(5&2)
6. 键入矩阵
键入矩阵:“\matrix(a&[email protected]&d)”
注:输入完成后要按一下空格,使得括号与矩阵的长度相等。
e.g. \matrix(a&[email protected]&d)
(\matrix(a&[email protected]&d))
[\matrix(a&[email protected]&d)]
|\matrix(a&[email protected]&d)
7. 键入累加和
键入累加和:** “\sum”**
e.g.\sum (i=1)^n x_i
8. 键入方程组
e.g. \eqarray(a+b+c&[email protected]+c&[email protected]&=2) 等号对齐
e.g. \eqarray(&[email protected]&[email protected]&c=2) 头对齐
e.g. {\eqarray(a+b &[email protected] &=2)\close 带大括号的方程组
(注:键入后,仍需在结尾加空格键,使得大括号长度与方程式一致。)
边栏推荐
- 8. Haproxy builds a web cluster
- 你以为border-radius只是圆角吗?【各种角度】
- docker安装mysql与宿主机相差8小时的问题。
- C Expert Programming Chapter 5 Thinking about Linking 5.3 5 Special Secrets of Library Linking
- 2023年PMP考试会用新版教材吗?回复来了!
- manipulation of file contents
- C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.5 数组和指针的其他区别
- 【云原生--Kubernetes】Pod资源管理与探针检测
- Explain详解与实践
- Large chain best freight d audit with what software?What are the functions?
猜你喜欢
附加:对于“与数据表对应的实体类“,【面对MongoDB时,使用的@Id等注解】和【以前面对MySQL时,使用的@Id等注解】,是不同的;
For Qixi Festival, I made a confession envelope with code
Do you think border-radius is just rounded corners?【Various angles】
mysql index notes
System design. How to design a spike system (full version transfer)
【云原生--Kubernetes】Pod资源管理与探针检测
深度学习之 10 卷积神经网络3
7-1 LVS+NAT 负载均衡群集,NAT模式部署
【一步到位】Jenkins的安装、部署、启动(完整教程)
Converts XML tags to TXT format (voc conversion for yolo convenient training)
随机推荐
小程序 + 电商,玩转新零售
编程大杂烩(四)
[Cocos] cc.sys.browserType可能的属性
There is an 8 hour difference between the docker installation of mysql and the host.
Structure function exercise
[Evaluation model] Topsis method (pros and cons distance method)
The difference between px, em, and rem
For Qixi Festival, I made a confession envelope with code
OpenGL绘制圆
docker安装mysql与宿主机相差8小时的问题。
2022年PMP考试延迟了,该喜该忧?
7-2 LVS+DR概述与部署
C Expert Programming Chapter 5 Thinking about Chaining 5.6 Take it easy --- see who's talking: take the Turning quiz
As soon as flink cdc is started, the CPU of the source Oracle server soars to more than 80%. What is the reason?
Bolb analysis of image processing (1)
将xml标签转换为txt(voc格式转换为yolo方便进行训练)
21 days learning challenge 】 【 sequential search
附加:对于“与数据表对应的实体类“,【面对MongoDB时,使用的@Id等注解】和【以前面对MySQL时,使用的@Id等注解】,是不同的;
C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.3 什么是声明,什么是定义
C Expert Programming Chapter 4 The Shocking Fact: Arrays and pointers are not the same 4.2 Why does my code not work