William Doggett

4 Reputation

2 Badges

19 years, 9 days

MaplePrimes Activity


These are questions asked by William Doggett

Good day, Working in Document Mode. I'd like to know how to break up a long expression into multiple lines for improved readability. Does Maple support a character ... or sequence of charaters to indicate continue expression to next line and delay evaluation? .... much link Matlab's "..." sequence. For example: Format coefsoln := solve({xxi = subs(t = 0, f), dxi = subs(t = 0, df), d2xi = subs(t = 0, d2f), d3xi = subs(t = 0, d3f), xf = subs(t = tf, f), dxf = subs(t = tf, df), d2xf = subs(t = tf, d2f), d3xf = subs(t = tf, d3f)}, {a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7]})
Page 1 of 1