免费使用Desmos精美的在线图形计算器来探索数学奥妙。功能包含绘制函数图形和散点图,视化代数方程式、新增滑块,动画图表等。快来使用我们既精美又免费的在线图形计算器,一同探索数学!其丰富功能包括绘制函数图形、散点图、代数方程式可视化、添加滑块和图表动画等等。
//Table with three columns. Note that the first two columns have explicitly //specified values, and the third column is computed from the first. calculator.setExpression({ type: 'table', columns: [ { latex: 'x', values: ['1', '2', '3', '4', '5'] }, { latex: 'y', values...
//Table with three columns. Note that the first two columns have explicitly //specified values, and the third column is computed from the first. calculator.setExpression({ type: 'table', columns: [ { latex: 'x', values: ['1', '2', '3', '4', '5'] }, { latex: 'y', values...
Calculator.setExpression(expression_state) This will update or create a mathematical expression.expression_stateshould be an object which represents a single expression. Provided below is a table of supported options for theexpression_stateargument. ...
pasteTableData true Paste validly formatted table data to create a table up to 50 rows degreeMode false When true, trig functions assume arguments are in degrees. Otherwise, arguments are assumed to be in radians. colors Colors The color palette that the calculator will cycle through. See the...
Calculator.setExpression(expression_state) This will update or create a mathematical expression.expression_stateshould be an object which represents a single expression. Provided below is a table of supported options for theexpression_stateargument. ...
//Table with three columns. Note that the first two columns have explicitly//specified values, and the third column is computed from the first.calculator.setExpression({type:'table',columns:[{latex:'x',values:['1','2','3','4','5']},{latex:'y',values:['1','4','9','16','...
pasteTableData true Paste validly formatted table data to create a table up to 50 rows degreeMode false When true, trig functions assume arguments are in degrees. Otherwise, arguments are assumed to be in radians. colors Colors The color palette that the calculator will cycle through. See the...
type is set to something other than 'expression', 'text', or 'table'), this function will have no effect. Examples: //Define a variable m. Doesn't graph anything. calculator.setExpression({ id: 'm', latex: 'm=2' }); //Draw a red line with slope of m through the origin. //...
//Table with three columns. Note that the first two columns have explicitly //specified values, and the third column is computed from the first. calculator.setExpression({ type: 'table', columns: [ { latex: 'x', values: ['1', '2', '3', '4', '5'] }, { latex: 'y', values...