当前位置:网站首页>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 带大括号的方程组
(注:键入后,仍需在结尾加空格键,使得大括号长度与方程式一致。)
边栏推荐
- 看DevExpress丰富图表样式,如何为基金公司业务创新赋能
- The symbol table
- C Expert Programming Chapter 4 The Shocking Fact: Arrays and Pointers Are Not the Same 4.5 Other Differences Between Arrays and Pointers
- [Cocos 3.5.2]开启模型合批
- Cache pool of unity framework
- leetcode 12. Integer to Roman numeral
- C Expert Programming Chapter 4 The Shocking Fact: Arrays and pointers are not the same 4.2 Why does my code not work
- 7. The principle description of LVS load balancing cluster
- 深度学习环境配置
- 触觉智能分享-SSD20X实现升级显示进度条
猜你喜欢
随机推荐
What is the salary of a software testing student?
深度学习环境配置
[SemiDrive source code analysis] [MailBox inter-core communication] 47 - Analysis of RPMSG_IPCC_RPC mode limit size of single transmission and limit bandwidth test
Interesting Kotlin 0x0E: DeepRecursiveFunction
docker安装mysql与宿主机相差8小时的问题。
关于yolo7和gpu
商城App开发都有哪些功能呢
附加:对于“与数据表对应的实体类“,【面对MongoDB时,使用的@Id等注解】和【以前面对MySQL时,使用的@Id等注解】,是不同的;
drools from download to postman request success
深度学习之 10 卷积神经网络3
Turn: Management is the love of possibility, and managers must have the courage to break into the unknown
系统设计.如何设计一个秒杀系统(完整版 转)
Basic characteristics of TL431 and oscillator circuit
结构体函数练习
C Expert Programming Chapter 4 The Shocking Fact: Arrays and Pointers Are Not the Same 4.3 What is a Declaration and What is a Definition
【一步到位】Jenkins的安装、部署、启动(完整教程)
Towards Real-Time Multi-Object Tracking (JDE)
Do you think border-radius is just rounded corners?【Various angles】
Jenkins 导出、导入 Job Pipeline
px、em、rem的区别









