分类:函数:修订间差异
来自高中笔记
更多操作
无编辑摘要 |
|||
| (未显示同一用户的3个中间版本) | |||
| 第22行: | 第22行: | ||
=== 函数的本质 === | === 函数的本质 === | ||
* 函数是一种特殊的映射,其中集合 <math>A</math> 和 <math>B</math> 都是数集。 | * 函数是一种特殊的映射,其中集合 <math>A</math> 和 <math>B</math> 都是数集。 | ||
* 函数的对应关系必须满足 | * 函数的对应关系必须满足'''单值性''',即每个 <math>x \in A</math> 只能对应一个 <math>y \in B</math>。 | ||
== 表示方法 == | == 表示方法 == | ||
<del>这是初中笔记吗,怎么还写上表示方法了(?</del> | <del>这是初中笔记吗,怎么还写上表示方法了(?</del> | ||
| 第83行: | 第83行: | ||
|- | |- | ||
|符号语言 | |符号语言 | ||
|如果对一切使 <math>F(x)</math> 有定义的 <math>x</math>,<math>F(-x)</math> 也有定义,并且 <math>F(-x) = F(x)</math>,则称 <math>F(x)</math> | |如果对一切使 <math>F(x)</math> 有定义的 <math>x</math>,<math>F(-x)</math> 也有定义,并且 <math>F(-x) = F(x)</math>,则称 <math>F(x)</math> 为偶函数 | ||
|如果对一切使 <math>F(x)</math> 有定义的 <math>x</math>,<math>F(-x)</math> 也有定义,并且 <math>F(-x) = -F(x)</math>,则称 <math>F(x)</math> 为奇函数 | |如果对一切使 <math>F(x)</math> 有定义的 <math>x</math>,<math>F(-x)</math> 也有定义,并且 <math>F(-x) = -F(x)</math>,则称 <math>F(x)</math> 为奇函数 | ||
|- | |- | ||
| 第98行: | 第98行: | ||
# 既是奇函数又是偶函数; | # 既是奇函数又是偶函数; | ||
# 非奇非偶函数. | # 非奇非偶函数. | ||