// Simple Linear Equations
2x + y + z = 7 // Equation 1
x - y + z = 2 // Equation 2
x + y - z = 0 // Equation 3
// A simple function plot, the chart will automatically scale to the optimal size
plot sin(x)/x
// Alternatively, you can customze the chart with a wide variety of options
plot sin(x)/x,
charttitle="The Chart Title", // chart title
xlabel="x label", // X-axis label
ylabel="y label", // Y-axis label
xrange=0..10,
transparency=0.5,
thickness=2,
cos(x)/x,
seriesname="another series name",
transparency=0.5,
thickness=2
// A finance problem with several equations
A = 1000 // $ initial capital
r = 1.10 // annual growth rate of 10%
Afinal = 10000 // $ final capital
Afinal = A * r^N // N is number of years to achieve Afinal capital and will be solved for automatically
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries. Lorem Ipsum has been the industry's standard dummy text ever since theok a galley of type and scra.