Activities/Calculate: Difference between revisions

Mokurai (talk | contribs)
index, plot
Rdrsadhu (talk | contribs)
Migrate to GitHub
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The Calculate Activity is an infix-notation graphing calculator. Type an expression or select components from the toolbars, and press Return to evaluate it.
== Calculate ==


help(index)
Read at https://help.sugarlabs.org/calculate.html


gives a list of topics, mostly mathematical function names, but also including plot.
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/calculate.rst GitHub]
 
help(plot)
 
explains the syntax of the plot command for graphing an expression in a given range. For example,
 
plot(sin(x), x=0..2*pi)