BlueRoseNote/03-UnrealEngine/Math/Desmos使用笔记.md

39 lines
949 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Desmos使用笔记
date: 2023-07-12 15:52:29
excerpt:
tags: Desmos
rating: ⭐⭐
---
# 基础用法
> y = 2x+5
## 范围限定
>y= 2{-2<x<3}+5
## 滑块
**公式中输入任一未知数变量比如v**之后下面就会出现添加滑块v的选项之后在滑块一列中可以设置范围
点击行首的播放按钮就可以循环播放方便观察数学规律
播放按钮下面的按钮可以设置播放循环方式
## 设置
点击**齿轮**按钮就可以设置相关选项
- 绘制颜色
## 函数
点击左下角的键盘按钮再点击功能按钮里面显示了所有可用函数
# 表格
用于输入表格数据直接使用可以用来显示点集配合Ploygon()可以显示多边形
# 高级功能
## `->`
输入`->`可以得到箭头符号其作用为讲某个变量的值赋予另一个变量
## `[]`
可以用于定义数的集合
>a=[1,7...100]
>b=a[4...9]
>y=bx