sandbox-maxima-worked-example-1
Here is some text which opens the discussion.I’ll find out stuff later.Third line in 1st part.More text here. I wonder if it makes a separate paragraph.2nd line in 2nd part.First formula. Something about random blurfage.2nd line in 3rd part.
eqn : x^2 + 17*x + 29 = 0;
solve (eqn, x);
subst (first (%), eqn);
expand (%);
More text here. I wonder if percent sign stuff works.
abc : '(def + xyz);
bcd : '(sin(x)+sin(x))$
Dollar sign terminator on previous line. Hmm.
ev (bcd);
Now bcd is simplified.
print(bcd);
bcd was simplified by printing too.All finished.No, really!