Commands
View detailed documentation of all commands!
Math
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>
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>
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>
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>
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
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
Was this helpful?