Commands

View detailed documentation of all commands!

Math

Display

DAS will parse your text (supports TeX) before converting it into a high-quality image. An embed containing the rendered image with delete and confirm buttons will be returned.

/display <text>

To render TeX without having to use a command, simply enable Automatic TeX Recognition (ATR) with/atr. Now, anything in between a pair of dollar signs will be automatically converted.

Graph

DAS will parse either a function, relation, expression, or vector and optional domain and optional range before converting those inputs into a high-quality graph. An embed containing the plotted graph with delete and confirm buttons will be returned.

/graph single function <func> <var> <dom> <ran>
/graph single relation <relation> <domain> <range>
/graph single 3d <expression> <domain> <range>
/graph single vector <vector> <origin>

/graph multiple functions <f1> <f2> <var> <dom> <ran>
/graph multiple relations <rel1> <rel2> <dom> <ran>
/graph multiple 3d <expr1> <expr2> <dom> <ran>
/graph multiple vectors <v1> <v2> <o1> <o2>

/graph parametric equations <xt> <yt> <start> <end>

For a more in-depth overview of DAS' graphing powers, check out the dedicated Graphing Tutorial.

Limit

DAS will parse a function and variable before evaluating the limit at the specified coordinate. An embed containing the answer with graph, delete and confirm buttons will be returned.

/limit <function> <variable> <coordinate>

To find the limit at infinity or negative infinity, simply type oo or -oo as thecoordinate.

Derive

DAS will parse a function and variable before determining the derivative. An embed containing the answer with graph, delete and confirm buttons will be returned.

/derive <function> <variable>

Integrate

DAS will parse a function, variable and optional lower and upper terminals before determining the indefinite integral. If the terminals have been specified, then the definite integral will be evaluated as well. An embed containing the answer with graph, delete and confirm buttons will be returned.

/integrate <func> <var> <lt> <ut>

Solve

DAS will parse an equation, variable and optional domain (either real or complex number) before determining the solution. Supports trigonometric solutions. An embed containing the answer with delete and confirm buttons will be returned.

/solve <equation> <variable> <domain>

If an expression is entered, then DAS will solve the expression equal to zero (i.e. determine its roots).

Expand/Factor/Simplify

DAS will parse an expression before determining the expansion, factorisation or simplification. An embed containing the answer with delete and confirm buttons will be returned.

/expand <expression>
/factor <expression>
/simplify <expression>

Average

DAS will calculate the average of a list of numbers separated by a space.

/average <numbers>

Calculate

DAS will evaluate your expression.

/calculate <expression>

ATR

DAS will toggle automatic TeX recognition for your server. Requires manage messages permission.

/atr

Other

About

DAS will display the about page.

/about

Invite

DAS will send the bot's invite link.

/invite

Ping

DAS will return the ping.

/ping

Server

DAS will send the bot's server invite.

/server

Vote

DAS will send the bot's vote link.

/vote

Last updated