T.R | Title | User | Personal Name | Date | Lines |
---|
462.1 | More... | KBOV07::J_WOLFF | Julian Wolff | Wed Mar 26 1986 08:18 | 18 |
| A short correction to 5.:
It does integrate 1/Sin(x) but it does not (1/ln(cos(x))).
And...
7. If you do a recall of the previous command MAPLE puts an extra
LF in instead of staying on the line.
Overall impression:
---- Very good program. ---
Julian.
|
462.2 | How to order MAPLE manual | METOO::YARBROUGH | | Wed Mar 26 1986 14:10 | 5 |
| The MAPLE USER'S GUIDE can be ordered ($19.80 US) from:
WATCOM Publications Ltd.
415 Phillip St.
Waterloo, Ontario
N2L 3X2
|
462.3 | some help | METOO::YARBROUGH | | Wed Mar 26 1986 14:16 | 15 |
| re .1: The following functions can be used to transform an expression
into a possibly more convenient form:
normal()
collect()
convert/...
expand()
factor()
radsimp()
simpl...
The list of currently assigned names is given by
anames();
This includes the names of 'loaded' procedures as well as variable
names. By the way, the 'value' of an otherwise unassigned name is
its own name.
|
462.4 | After all, it's free... | METOO::YARBROUGH | | Wed Mar 26 1986 14:34 | 7 |
| I don't know what your expectations are, but int(ln(cos(u))) is
distinctly NOT simple. Gradsteyn and Ryzhik only gives it in the
form int(...,0,x) for which the value is -L(x), Lobachevski's function
which is an infinite series of complicated terms. I'll be willing
to leave that as an exercise for the reader... I wasn't able to
locate the integral of 1/ln(cos(u)) at all, although maybe it's
simpler.
|
462.5 | Ok, right. | KBOV05::J_WOLFF | Julian Wolff | Wed Mar 26 1986 15:21 | 21 |
| re .4:
Right Lynn, it is not that simple as I seem to see it, when you are
reading my note. It might wrong expressed.
I just want t try how strong Maple is at integrating functions
that is normally more complicated then to differentiate.
It just came in my mind because in one test at university I (we)
had to solve such a thing and no success at that time and I wonder
if maple would be able.
My expectations are not too high but I want to use it as an tool
which works with correct results - and it does this.
Julian.
PS thanks for the info in .2 and .3
|
462.6 | Maple$Lib Correct definitions. | KBOV05::J_WOLFF | Julian Wolff | Fri Mar 28 1986 17:22 | 22 |
| I fixed the problem with the logical Maple$Lib.
If you define Maple$Lib in the following way you may run Maple from
other devices as well as from the installed one.
Wrong Definition:
$ Define/System Maple$Lib Maple$Disk:[Maple.Lib]
Maple cannot see (or does not want to see) the device Maple$Disk
Correct Definition:
$ Define/System Maple$Lib "Maple$Disk:[Maple.Lib]"
Now it can see the device and works wonderful.
(I think the supplied startup procedure is not correct here and
must be modified.)
Julian.
|