免费使用Desmos精美的在线图形计算器来探索数学奥妙。功能包含绘制函数图形和散点图,视化代数方程式、新增滑块,动画图表等。快来使用我们既精美又免费的在线图形计算器,一同探索数学!其丰富功能包括绘制函数图形、散点图、代数方程式可视化、添加滑块和图表动画等等。
Harmony inverse function example 保存副本 登录注册 y=x2−10x+24 1 y=5+x+1 2 y=5−x+1 3 y=x 4 5 技术支持 x y a2 ab 7 8 9 ÷ 功能 ( ) < > 4 5 6 × |a| , ≤ ≥ 1 2 3 − A B C π 0 . = +
The calculator offers a single function called random() for generating different kinds of random values in different contexts, depending on the provided arguments. For example, calling random() on a list will uniformly select elements from the list, and calling random() on a distribution will sam...
Alternatively, we can specify position directly in the Mesh function (https://www.desmos.com/calculator/ir00nvxzxs): meshp = Mesh(cubeGeometry, material, (x_0, y_0, z_0)) Show(meshp) Desmos generates sliders for each position variable, which we can use in the function. Try dragging...
Calculator.pixelsToMath(coords) Convert pixel coordinates to math coordinates. Inverse ofmathToPixels. Examples: // Find the pixel coordinates of the graphpaper origin:calculator.mathToPixels({x:0,y:0});// Find the math coordinates of the mousedocument.addEventListener('mousemove',function(evt){...
17 18 Current best result (I don't know if there is an anlytic solution yet :( Also I've packaged in a function so I can conveniently use desmos's builtin differentiation): 19 39 技术支持
This function does not return any value. 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.//Because m = 2, this line will be of slope 2.calculator.setExpression({id:'line...
// Callback function setImageSrc(data) { var img = document.getElementById('my-image'); img.src = data; } // Take a screenshot of an exact region without regard for the aspect ratio calculator.asyncScreenshot( { mode: 'stretch', mathBounds: { left: -5, right: 5, bottom: -20,...
This function does not return any value. 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.//Because m = 2, this line will be of slope 2.calculator.setExpression({id:'line...
function persistState (state) { /* Persist state to your backend */ } // This example uses the throttle function from underscore.js to limit // the rate at which the calculator state is queried and persisted. throttledSave = _.throttle(function () { persistState(calculator.getState()); ...