我在读:how to make a dynamic function to draw integral Graph from user input with JSXGraph?
这里的积分值是"-1.6667“。如何获取该值?
我已尝试搜索帮助,但找不到。
发布于 2019-09-05 22:13:39
已解决:
function g(x){return Math.sin(x)+1};
var F = brd.create('point', [
function(){return s.X();},
function(){return JXG.Math.Numerics.I([-2,s.X()],g);}
],{});https://stackoverflow.com/questions/57807057
复制相似问题