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;
x2+17x+29=0
solve (eqn, x);
[x=-173+172,x=173-172]
subst (first (%), eqn);
(173+17)24-17(173+17)2+29=0
expand (%);
0=0

More text here. I wonder if percent sign stuff works.

abc : '(def + xyz);
𝑥𝑦𝑧+𝑑𝑒𝑓
xyz+def
xyz+def
bcd : '(sin(x)+sin(x))$

Dollar sign terminator on previous line. Hmm.

ev (bcd);
2sinx

Now bcd is simplified.

print(bcd);
2sinx

bcd was simplified by printing too. All finished. No, really!

Title sandbox-maxima-worked-example-1
Canonical name Sandboxmaximaworkedexample1
Date of creation 2014-12-31 17:36:26
Last modified on 2014-12-31 17:36:26
Owner robert_dodier (1000903)
Last modified by robert_dodier (1000903)
Numerical id 2
Author robert_dodier (1000903)
Entry type Example