News

To use this plugin, you must have installed wolframscript. You can do it here. Enter the command Plot Graph on the command palette to plot a graph. Then complete the fields, which accept Wolfram ...
Abstract: Functions of two variables appear frequently in engineering studies. Students have particular difficulties in understanding how the graphs of these functions are. This paper presents a ...
you can add in any functions you would like to plot. Any non-empty line that is not prefixed with a % will be treated as a function. e.g. ```plot %xrange [-1, 1] %yrange [-2, 2] %grid exp(x)*sin(1/x) ...